TreeListDataItemDeletingEventArgs Properties
Contains data for the DataItemDeleting event.
Name | Description |
---|---|
Cancel | Specifies whether to remove the processed data item from selection. |
Data |
Returns the processed data item. |
Parent |
Returns the parent data item of the processed node. |
Reload |
Specifies whether to reload Tree |
Tree |
Returns the Tree |
See Also