CancelItemEventArgs Properties
Contains data for events that allow you to cancel actions performed with collection view items.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
ItemHandle | Returns the handle of the processed item. |
See Also