Called when the IsNodeExpansionReadOnly property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)
Syntax
C# |
---|
protected virtual void OnIsNodeExpansionReadOnlyChanged( bool oldIsNodeExpansionReadOnly, bool newIsNodeExpansionReadOnly ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnIsNodeExpansionReadOnlyChanged ( _ oldIsNodeExpansionReadOnly As Boolean, _ newIsNodeExpansionReadOnly As Boolean _ ) |
Parameters
- oldIsNodeExpansionReadOnly
- Type: System..::.Boolean
- newIsNodeExpansionReadOnly
- Type: System..::.Boolean