Show / Hide Table of Contents

    Class WindowHookEx

    Track events across all windows

    Inheritance
    Object
    WindowHookEx
    Implements
    IDisposable
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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>

    Implements

    System.IDisposable
    Back to top Generated by DocFX