Class RowLoadedEventArgs
Holds data about the loaded row.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 RowLoadedEventArgs class.
Declaration
public RowLoadedEventArgs(GridViewRowItem row, GridViewDataControl gridViewDataControl)
Parameters
GridViewRowItem
row
The row. |
GridViewDataControl
gridViewDataControl
The grid view data control. |