Gets or sets the clipboard data.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Object Data { get; set; } |
Visual Basic
![]() |
---|
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.
MindFusion.Diagramming Developer's Guide | © 2025 MindFusion |