Objective Grid for Microsoft® .NET® Reference Guide

ProcessKeysEventArgs.Handled Property

Back to Class Index

Gets or sets a value indicating that the event was handled.     

[Visual Basic]
Public Property Handled As Boolean
[C#]
public bool Handled {get; set;}

Remarks

    

Set this value to true to indicate to other event handlers that the key event has been handled. Setting this value to true prevents GridControl handling of the event.     

    

See Also

ProcessKeysEventArgs Class | ProcessKeysEventArgs Members | Stingray.Grid Namespace