Class ClipboardUpdateInformation
Information about what the clipboard contained at the most recent clipboard update.
Inheritance
System.Object
ClipboardUpdateInformation
Namespace: Dapplo.Windows.Clipboard
Assembly: Dapplo.Windows.Clipboard.dll
Syntax
public class ClipboardUpdateInformation : object
Properties
| Improve this Doc View SourceFormats
The formats in this clipboard contents
Declaration
public IEnumerable<string> Formats { get; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> |
Id
A unique ID, given as sequence. If this number doesn't match, with the global counter, the clipboard content already changed.
Declaration
public uint Id { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
OwnerHandle
The handle of the window which owns the clipboard content
Declaration
public IntPtr OwnerHandle { get; }
Property Value
Type | Description |
---|---|
IntPtr |
Timestamp
Timestamp of the clipboard update event
Declaration
public DateTimeOffset Timestamp { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |