Class
ActiveViewDefinitionChangedEventArgs

Contains state information about the old and new active view definitions.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class ActiveViewDefinitionChangedEventArgs : EventArgs

Inheritance: objectEventArgsActiveViewDefinitionChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

ActiveViewDefinitionChangedEventArgs(ViewDefinitionBase, ViewDefinitionBase)

Initializes a new instance of the ActiveViewDefinitionChangedEventArgs class.

Declaration

cs-api-definition
public ActiveViewDefinitionChangedEventArgs(ViewDefinitionBase oldViewDefinition, ViewDefinitionBase newViewDefinition)

Parameters

oldViewDefinition

ViewDefinitionBase

The old active view definition.

newViewDefinition

ViewDefinitionBase

The new active view definition.

Properties

NewViewDefinition

Gets the new value of the RadScheduleView.ActiveViewDefinition property.

Declaration

cs-api-definition
public ViewDefinitionBase NewViewDefinition { get; }

Property Value

ViewDefinitionBase

OldViewDefinition

Gets the previous value of the RadScheduleView.ActiveViewDefinition property.

Declaration

cs-api-definition
public ViewDefinitionBase OldViewDefinition { get; }

Property Value

ViewDefinitionBase