Arguments class used when the ViewChangingEvent event is fired.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public sealed class ViewChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsViewChangingEventArgs
Inherited Members
Constructors
Properties
Gets the new CalendarView instance that will substitute the view currently displayed by RadCalendar.
C#
public CalendarView View { get; }