Show / Hide Table of Contents

    Class WindowEventArgs

    The window event arguments.

    Inheritance
    Object
    WindowEventArgs
    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 class WindowEventArgs

    Constructors

    WindowEventArgs(IntPtr)

    Declaration
    public WindowEventArgs(IntPtr handle)
    Parameters
    Type Name Description
    IntPtr handle

    Properties

    Handle

    Declaration
    public IntPtr Handle { get; }
    Property Value
    Type Description
    IntPtr
    Back to top Generated by DocFX