Class VirtualGridEventArgs
Provides data for view info related events.
Inheritance
System.Object
System.EventArgs
VirtualGridEventArgs
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.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class VirtualGridEventArgs : EventArgs
Constructors
VirtualGridEventArgs(VirtualGridViewInfo)
Initializes a new instance of the VirtualGridEventArgs class.
Declaration
public VirtualGridEventArgs(VirtualGridViewInfo viewInfo)
Parameters
VirtualGridViewInfo
viewInfo
The view info. |
Properties
ViewInfo
Gets the view info.
Declaration
public VirtualGridViewInfo ViewInfo { get; }
Property Value
VirtualGridViewInfo
|