Show / Hide Table of Contents

    Class ClipboardEventArgs

    An argument send to user.

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

    Properties

    Data

    Declaration
    public object Data { get; set; }
    Property Value
    Type Description
    Object

    DataFormat

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