Class
GridViewCurrentViewChangedEventArgs

Provides data for the CurrentViewChanged event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewCurrentViewChangedEventArgs : EventArgs

Inheritance: objectEventArgsGridViewCurrentViewChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

GridViewCurrentViewChangedEventArgs(GridViewInfo, GridViewInfo)

Initializes a new instance of the GridViewCreateCellEventArgs class.

Declaration

cs-api-definition
public GridViewCurrentViewChangedEventArgs(GridViewInfo oldView, GridViewInfo newView)

Parameters

oldView

GridViewInfo

The GridViewInfo that is currently active.

newView

GridViewInfo

The GridViewInfo that will become active.

Properties

NewView

Gets the new current view.

Declaration

cs-api-definition
public GridViewInfo NewView { get; }

Property Value

GridViewInfo

OldView

Gets the old current view.

Declaration

cs-api-definition
public GridViewInfo OldView { get; }

Property Value

GridViewInfo