NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

KeyEventArgs.Handled

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

[Visual Basic]
Public Property Handled As Boolean
[C#]
public bool Handled {get; set;}
[C++]
public: __property bool get_Handled();
public: __property void set_Handled(bool);
[JScript]
public function get Handled() : Boolean;
public function set Handled(Boolean);

Property Value

true if the event is handled; otherwise, false.

See Also

KeyEventArgs Class | KeyEventArgs Members | System.WinForms Namespace