Back to Devexpress

ActiveViewChangingEventArgs Class

aspnet-devexpress-dot-web-dot-aspxscheduler-11d1c7a0.md

latest1.7 KB
Original Source

ActiveViewChangingEventArgs Class

Provides data for the ASPxScheduler.ActiveViewChanging event.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ActiveViewChangingEventArgs :
    EventArgs
vb
Public Class ActiveViewChangingEventArgs
    Inherits EventArgs

ActiveViewChangingEventArgs is the data class for the following events:

Remarks

The ASPxScheduler.ActiveViewChanging event occurs when the ASPxScheduler control is about to change its current $View. Handling this event enables you to cancel this operation.

Inheritance

Object EventArgs ActiveViewChangingEventArgs

See Also

ActiveViewChangingEventArgs Members

DevExpress.Web.ASPxScheduler Namespace