Class
ViewTypeChangingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ViewTypeChangingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsViewTypeChangingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

ViewTypeChangingEventArgs(ListViewType, ListViewType)

Declaration

cs-api-definition
public ViewTypeChangingEventArgs(ListViewType oldViewType, ListViewType newViewType)

Parameters

oldViewType

ListViewType

newViewType

ListViewType

Properties

NewViewType

Declaration

cs-api-definition
public ListViewType NewViewType { get; }

Property Value

ListViewType

OldViewType

Declaration

cs-api-definition
public ListViewType OldViewType { get; }

Property Value

ListViewType