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