Class RowUnloadedEventArgs
Holds data about the unloaded 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 RowUnloadedEventArgs : GridViewRowItemEventArgs
Constructors
RowUnloadedEventArgs(GridViewRowItem, GridViewDataControl)
Initializes a new instance of the RowUnloadedEventArgs class.
Declaration
public RowUnloadedEventArgs(GridViewRowItem row, GridViewDataControl gridViewDataControl)
Parameters
GridViewRowItem
row
The row. |
GridViewDataControl
gridViewDataControl
The grid view data control. |