A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
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.
See Also
Feedback