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

Raised when object is disposed

Namespace: Tools.API.Hooks
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public event Win32Hook..::..DisposedEventHandler Disposed
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Event Disposed As Win32Hook..::..DisposedEventHandler
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
 event Win32Hook..::..DisposedEventHandler^ Disposed {
	void add (Win32Hook..::..DisposedEventHandler^ value);
	void remove (Win32Hook..::..DisposedEventHandler^ value);
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Disposed : IEvent<Win32Hook..::..DisposedEventHandler,
    EventArgs>
JScript
JScript does not support events.

See Also