SpinEventArgs.Handled Property
Gets or sets whether the event has been handled, and no default processing is required.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | A Boolean value that specifies that the event has been handled, and no default processing is required. |
Remarks
Set the Handled parameter to true to indicate that the event has been handled, and no default processing is required. If the Handled parameter is left set to false the current end-user action will be processed by the editor.
See Also