Show / Hide Table of Contents

Class ClipboardUpdateEventArgs

This event is triggered when the contents of the clipboard is changed.

Inheritance
object
EventArgs
ClipboardUpdateEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenTK.Core.Platform
Assembly: OpenTK.Core.dll
Syntax
public class ClipboardUpdateEventArgs : EventArgs

Constructors

ClipboardUpdateEventArgs(ClipboardFormat)

Initializes a new instance of the ClipboardUpdateEventArgs class.

Declaration
public ClipboardUpdateEventArgs(ClipboardFormat newFormat)
Parameters
Type Name Description
ClipboardFormat newFormat

The new format of the clipboard.

Properties

NewFormat

The format of the new clipboard contents.

Declaration
public ClipboardFormat NewFormat { get; }
Property Value
Type Description
ClipboardFormat
In this article
Back to top Generated by DocFX