Class ClipboardUpdateEventArgs
This event is triggered when the contents of the clipboard is changed.
Inherited Members
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.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 |