Click or drag to resize
ProcessKeysEventArgsHandled Property
Gets or sets whether that the event was 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 to indicate to other event handlers that the key event has been handled. Setting this property to true prevents handling of the event.
See Also