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