ShowFormEventArgs.Handled Property
Gets or sets whether an event was handled, if it was handled the default actions are not required.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v22.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if it was handled and the default dialog doesn’t need to be shown; otherwise, false. |
Remarks
If the event parameter’s Handled property is set to true within a handler, then the default dialog will not be shown. Otherwise, the default dialog will be shown in any case after any custom actions present have been performed within the event handler.