Class ViewChangingEventArgs
Arguments class used when the ViewChangingEvent event is fired.
Inheritance
System.Object
ViewChangingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public sealed class ViewChangingEventArgs : CancelEventArgs
Constructors
ViewChangingEventArgs(CalendarView)
Properties
View
Gets the new CalendarView instance that will substitute the view currently displayed by RadCalendar.
Declaration
public CalendarView View { get; }
Property Value
CalendarView
|