Raised when an object within the diagram requests an operation with the clipboard.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<ClipboardEventArgs> RequestClipboard |
Visual Basic Copy Code |
---|
Public Event RequestClipboard As EventHandler(Of ClipboardEventArgs) |
RequestClipboard event handlers receive an argument of type ClipboardEventArgs. The following ClipboardEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
Indicates whether getting or setting the clipboard. | |
The object, which initiated the operation. | |
The clipboard data. | |
The type of the clipboard data. This is relevant during Clipboard get operations. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |