windowsforms-devexpress-dot-xtrascheduler-781a6b13.md
Provides data for the events which show dialogs in the XtraScheduler.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
public class ShowFormEventArgs :
EventArgs
Public Class ShowFormEventArgs
Inherits EventArgs
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.
Object EventArgs ShowFormEventArgs AppointmentDependencyFormEventArgs
DeleteRecurrentAppointmentFormEventArgs
RecurrentAppointmentActionFormEventArgs
EditRecurrentAppointmentFormEventArgs
See Also