Gets a value indicating whether the event has been handled.

Namespace:  FirstFloor.SilverlightSpy.Interop
Assembly:  FirstFloor.SilverlightSpy.Interop (in FirstFloor.SilverlightSpy.Interop.dll) Version: 3.0.0.0 (3.0.0.9)

Syntax

C#
public bool Handled { get; internal set; }
Visual Basic (Declaration)
Public Property Handled As Boolean
Visual C++
public:
property bool Handled {
	bool get ();
	void set (bool value);
}

See Also