Called when the IsExpansionEnabled property changes.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)
Syntax
| C# |
|---|
protected virtual void OnIsExpansionEnabledChanged( bool oldIsExpansionEnabled, bool newIsExpansionEnabled ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnIsExpansionEnabledChanged ( _ oldIsExpansionEnabled As Boolean, _ newIsExpansionEnabled As Boolean _ ) |
Parameters
- oldIsExpansionEnabled
- Type: System..::.Boolean
- newIsExpansionEnabled
- Type: System..::.Boolean