Search
ClipboardEventArgs Properties
 


 Public Properties

  Name Description

Data

Gets or sets the clipboard data.

DataType

Gets or sets the type of the data to get or set from the clipboard. This should be null (Nothing in Visual Basic) for clipboard set operations.

IsGetOperation

Gets a value indicating whether getting or setting the clipboard.

IsHandled

Gets or sets a value indicating whether the event is handled.

Source

Gets the object, which initiated the event.

 See Also