[This is preliminary documentation and is subject to change.]

Gets or sets value indicating if calle handles the message

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public bool Handled { get; set; }
Visual Basic
Public Property Handled As Boolean
	Get
	Set
Visual C++
public:
property bool Handled {
	bool get ();
	void set (bool value);
}
F#
member Handled : bool with get, set
JScript
function get Handled () : boolean
function set Handled (value : boolean)

See Also