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);
true if the event is handled; otherwise, false.
KeyEventArgs Class | KeyEventArgs Members | System.WinForms Namespace