ClassActiveViewDefinitionChangedEventArgs
Class
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
Constructors
ActiveViewDefinitionChangedEventArgs(ViewDefinitionBase, ViewDefinitionBase)
Initializes a new instance of the ActiveViewDefinitionChangedEventArgs class.
Declaration
cs-api-definition
public ActiveViewDefinitionChangedEventArgs(ViewDefinitionBase oldViewDefinition, ViewDefinitionBase newViewDefinition)
Parameters
oldViewDefinition
The old active view definition.
newViewDefinition
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
OldViewDefinition
Gets the previous value of the RadScheduleView.ActiveViewDefinition property.
Declaration
cs-api-definition
public ViewDefinitionBase OldViewDefinition { get; }
Property Value