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!

HelpEventArgs.Handled

Gets or sets a value indicating whether the Help 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. The default is false.

Remarks

If the event is not handled, it is sent to Windows for default processing.

See Also

HelpEventArgs Class | HelpEventArgs Members | System.WinForms Namespace