Skip to main content
A newer version of this page is available. .

GridDataItemDeletingEventArgs Properties

Contains data for the DataItemDeleting event.
Name Description
Cancel Specifies whether the data item is removed from the underlying data source.
DataItem Returns the processed data item.
Grid Returns an object that defines grid API members (properties and methods).
Reload Specifies whether the Grid should reload its data after the DataItemDeleting event handler is executed.
See Also