Click or drag to resize
ButtonClickedRowColEventArgsHandled Property
Gets or sets a value to show that the event has been handled.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool Handled { get; set; }

Property Value

Type: Boolean
true if the event is consumed and false otherwise.
Remarks
Set this property to true to communicate with other delegates that the event has been handled. Setting Handled to true does not prevent the base class handling of the mouse event.
See Also