Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShowFormEventArgs Class

Provides data for the events which show dialogs in the XtraScheduler.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

public class ShowFormEventArgs :
    EventArgs

#Remarks

Events which use the objects of this class occur before different scheduler dialog windows are invoked. The ShowFormEventArgs class introduces the ShowFormEventArgs.DialogResult property that specifies the return value of a dialog box, and the ShowFormEventArgs.Handled property that specifies whether an event was handled.

Note, that ShowFormEventArgs objects are automatically created, initialized and passed to corresponding event handlers.

See Also