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