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.

 See Also