ClassViewChangingEventArgs
Class
Arguments class used when the ViewChangingEvent event is fired.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public sealed class ViewChangingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsViewChangingEventArgs
Inherited Members
Constructors
ViewChangingEventArgs(CalendarView)
Declaration
cs-api-definition
public ViewChangingEventArgs(CalendarView newView)
Parameters
newView
Properties
View
Gets the new CalendarView instance that will substitute the view currently displayed by RadCalendar.