Gets or sets the clipboard data.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public Object Data { get; set; } |
Visual Basic Copy Code |
---|
Public Property Data As Object |
An object representing the Clipboard contents.
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.