Skip to main content
A newer version of this page is available. .

SchedulerFormEventArgs Class

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public abstract class SchedulerFormEventArgs :
    EventArgs

Remarks

You can handle these events and set the SchedulerFormEventArgs.Cancel property to true, to prevent displaying the corresponding forms. Also these events enable you to substitute the default forms with custom ones. To accomplish this, specify the form’s template container via the SchedulerFormEventArgs.Container property.

See Also