Search
ClipboardEventArgs.Source Property
See Also
 





Gets the object, which initiated the event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Object Source { get; }

Visual Basic  Copy Code

Public ReadOnly Property Source As Object

 Property Value

The object requesting the Clipboard.

 See Also