SDG Toolkit

SdgKeyEventArgs.Handled Property

Gets a boolean value describing if this event has been handled by another component

public bool Handled {get; set;}

Remarks

Sometimes a keyboard event could be handled by a text box or form. You are told wether or not this keyboard event has been handled by another control through the handled property.

Example

C# Eg., if (false == e.Handled) {}

See Also

SdgKeyEventArgs Class | Sdgt Namespace