ShowFormEventArgs Class
Provides data for the events which show dialogs in the XtraScheduler.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
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.
Inheritance
See Also