Class
ViewChangingEventArgs

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

ViewChangingEventArgs(CalendarView)

Declaration

cs-api-definition
public ViewChangingEventArgs(CalendarView newView)

Parameters

newView

CalendarView

Properties

View

Gets the new CalendarView instance that will substitute the view currently displayed by RadCalendar.

Declaration

cs-api-definition
public CalendarView View { get; }

Property Value

CalendarView