Class RowUnloadedEventArgs
Holds data about the unloaded row.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class RowUnloadedEventArgs : GridViewRowItemEventArgs
Constructors
RowUnloadedEventArgs(GridViewRowItem, GridViewDataControl)
Initializes a new instance of the Row
Declaration
public RowUnloadedEventArgs(GridViewRowItem row, GridViewDataControl gridViewDataControl)
Parameters
Grid The row. |
Grid The grid view data control. |