Show / Hide Table of Contents

    Class PrintEventArgs

    An argument passed along user call backs.

    Inheritance
    Object
    EventArgs
    PrintEventArgs
    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 PrintEventArgs : EventArgs

    Properties

    EventData

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