Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public bool Handled { get; set; }

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