Back to Devexpress

ShowFormEventArgs Class

windowsforms-devexpress-dot-xtrascheduler-781a6b13.md

latest2.3 KB
Original Source

ShowFormEventArgs Class

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

Declaration

csharp
public class ShowFormEventArgs :
    EventArgs
vb
Public Class ShowFormEventArgs
    Inherits 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.

Inheritance

Object EventArgs ShowFormEventArgs AppointmentDependencyFormEventArgs

AppointmentFormEventArgs

GotoDateFormEventArgs

RemindersFormEventArgs

DeleteRecurrentAppointmentFormEventArgs

RecurrentAppointmentActionFormEventArgs

EditRecurrentAppointmentFormEventArgs

See Also

ShowFormEventArgs Members

DevExpress.XtraScheduler Namespace