Called when the IsNodeListViewItemDataReadOnly property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
| C# |
|---|
protected virtual void OnIsNodeListViewItemDataReadOnlyChanged( bool oldIsNodeListViewItemDataReadOnly, bool newIsNodeListViewItemDataReadOnly ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnIsNodeListViewItemDataReadOnlyChanged ( _ oldIsNodeListViewItemDataReadOnly As Boolean, _ newIsNodeListViewItemDataReadOnly As Boolean _ ) |
Parameters
- oldIsNodeListViewItemDataReadOnly
- Type: System..::.Boolean
- newIsNodeListViewItemDataReadOnly
- Type: System..::.Boolean