Search
ClipboardEventArgs Members
Constructors Properties
 


Contains the arguments passed to the RequestClipboard event handlers.

The following tables list the members exposed by the ClipboardEventArgs type.

 Public Constructors

  Name Description

ClipboardEventArgs

Overloaded.  

 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