ClassRowUnloadedEventArgs
Class
Holds data about the unloaded row.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class RowUnloadedEventArgs : GridViewRowItemEventArgs
Inheritance: objectEventArgsGridViewRowItemEventArgsRowUnloadedEventArgs
Inherited Members
Constructors
RowUnloadedEventArgs(GridViewRowItem, GridViewDataControl)
Initializes a new instance of the RowUnloadedEventArgs class.
Declaration
cs-api-definition
public RowUnloadedEventArgs(GridViewRowItem row, GridViewDataControl gridViewDataControl)
Parameters
row
The row.
gridViewDataControl
The grid view data control.