Class GridViewDeletedEventArgs
Provides data for the Deleted event.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewDeletedEventArgs : RadRoutedEventArgs
Constructors
GridViewDeletedEventArgs(GridViewDataControl, IEnumerable<Object>)
Initializes a new instance of the Grid
Declaration
public GridViewDeletedEventArgs(GridViewDataControl dataControl, IEnumerable<object> items)
Parameters
Grid The data control. |
System. The items. |
Properties
DataControl
Gets the data control that triggered the event.
Declaration
public GridViewDataControl DataControl { get; }
Property Value
Items
Gets the items that were deleted.
Declaration
public IEnumerable<object> Items { get; }
Property Value
System. Deleted items. |