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

Provides data for the CurrentViewChanged event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridViewCurrentViewChangedEventArgs : EventArgs

Inheritance: objectEventArgsGridViewCurrentViewChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the GridViewCreateCellEventArgs class.

C#
public GridViewCurrentViewChangedEventArgs(GridViewInfo oldView, GridViewInfo newView)
Parameters:oldViewGridViewInfo

The GridViewInfo that is currently active.

newViewGridViewInfo

The GridViewInfo that will become active.

Properties

Gets the new current view.

C#
public GridViewInfo NewView { get; }

Gets the old current view.

C#
public GridViewInfo OldView { get; }