New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for view info related events.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class VirtualGridEventArgs : EventArgs

Inheritance: objectEventArgsVirtualGridEventArgs

Derived Classes: VirtualGridCellElementEventArgsVirtualGridCellEventArgsVirtualGridColumnEventArgsVirtualGridRowElementEventArgsVirtualGridRowEventArgsVirtualGridRowsEventArgsVirtualGridViewInfoPropertyChangedEventArgs...

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridEventArgs class.

C#
public VirtualGridEventArgs(VirtualGridViewInfo viewInfo)
Parameters:viewInfoVirtualGridViewInfo

The view info.

Properties

Gets the view info.

C#
public VirtualGridViewInfo ViewInfo { get; }