The handle associated with the event.

Namespace:  Bone.CallbackArgs
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

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

See Also