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
Constructors
Initializes a new instance of the ActiveViewDefinitionChangedEventArgs class.
C#
public ActiveViewDefinitionChangedEventArgs(ViewDefinitionBase oldViewDefinition, ViewDefinitionBase newViewDefinition)
The old active view definition.
newViewDefinitionViewDefinitionBaseThe 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; }