Show / Hide Table of Contents

    Class ApplicationEventArgs

    An event argument object send to user.

    Inheritance
    Object
    EventArgs
    ApplicationEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: EventHook
    Assembly: EventHook.dll
    Syntax
    public class ApplicationEventArgs : EventArgs

    Properties

    ApplicationData

    Declaration
    public WindowData ApplicationData { get; set; }
    Property Value
    Type Description
    WindowData

    Event

    Declaration
    public ApplicationEvents Event { get; set; }
    Property Value
    Type Description
    ApplicationEvents
    Back to top Generated by DocFX