The event handler receives an argument of type C1TreeViewNodeCellCancelEventArgs containing data related to this event. The following C1TreeViewNodeCellCancelEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
ColumnIndex | Gets the tree column index of TreeView control. |
Node | Gets the tree node that has been checked, expanded, collapsed, or selected. (Inherited from C1.Win.TreeView.C1TreeViewCancelEventArgs) |