TreeListEditStartEventArgs Properties
Contains data for the EditStart event.
Name | Description |
---|---|
Cancel | Specifies whether to start the edit operation. |
Data |
Returns the processed data item. |
Is |
Returns whether a new or existing data item is about to be edited. |
Parent |
Returns the parent data item of the processed node. |
Tree |
Returns the Tree |
See Also