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

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public class ActiveViewDefinitionChangedEventArgs : EventArgs

Inheritance: objectEventArgsActiveViewDefinitionChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ActiveViewDefinitionChangedEventArgs class.

C#
public ActiveViewDefinitionChangedEventArgs(ViewDefinitionBase oldViewDefinition, ViewDefinitionBase newViewDefinition)
Parameters:oldViewDefinitionViewDefinitionBase

The old active view definition.

newViewDefinitionViewDefinitionBase

The new active view definition.

Properties

Gets the new value of the RadScheduleView.ActiveViewDefinition property.

C#
public ViewDefinitionBase NewViewDefinition { get; }

Gets the previous value of the RadScheduleView.ActiveViewDefinition property.

C#
public ViewDefinitionBase OldViewDefinition { get; }