Search
ClipboardEventArgs.Data Property
See Also
 





Gets or sets the clipboard data.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Object Data { get; set; }

Visual Basic  Copy Code

Public Property Data As Object

 Property Value

An object representing the Clipboard contents.

 Remarks

The purpose of this property depends on the type of the Clipboard operation, as specified by IsGetOperation. During get operations the property will contain the contents of the Clipboard after the event is handled. For set operations the property specifies the new contents of the Clipboard.

 See Also