Class WindowHookEx
Track events across all windows
Implements
Inherited Members
Namespace: EventHook.Hooks
Assembly: EventHook.dll
Syntax
public sealed class WindowHookEx : IDisposable
Constructors
WindowHookEx()
Must be called from UI thread
Declaration
public WindowHookEx()
Methods
Dispose()
Declaration
public void Dispose()
Finalize()
Declaration
protected void Finalize()
Events
Activated
Occurs when a window is about to be activated
Declaration
public event EventHandler<WindowEventArgs> Activated
Event Type
Type | Description |
---|---|
EventHandler<WindowEventArgs> |
Minimized
Occurs when a window is about to be minimized
Declaration
public event EventHandler<WindowEventArgs> Minimized
Event Type
Type | Description |
---|---|
EventHandler<WindowEventArgs> |
TextChanged
Occurs when window's text is changed
Declaration
public event EventHandler<WindowEventArgs> TextChanged
Event Type
Type | Description |
---|---|
EventHandler<WindowEventArgs> |
Unminimized
Occurs when a window is about to be restored from minimized state
Declaration
public event EventHandler<WindowEventArgs> Unminimized
Event Type
Type | Description |
---|---|
EventHandler<WindowEventArgs> |