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
Constructors
Initializes a new instance of the GridViewCreateCellEventArgs class.
C#
public GridViewCurrentViewChangedEventArgs(GridViewInfo oldView, GridViewInfo newView)
The GridViewInfo that is currently active.
newViewGridViewInfoThe 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; }