Called when the NodeContentTemplate property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)
Syntax
C# |
---|
protected virtual void OnNodeContentTemplateChanged( DataTemplate oldNodeContentTemplate, DataTemplate newNodeContentTemplate ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnNodeContentTemplateChanged ( _ oldNodeContentTemplate As DataTemplate, _ newNodeContentTemplate As DataTemplate _ ) |
Parameters
- oldNodeContentTemplate
- Type: System.Windows..::.DataTemplate
- newNodeContentTemplate
- Type: System.Windows..::.DataTemplate