Search
ClipboardEventArgs Constructor (Object, Object)
See Also
 





Initializes a new instance of the ClipboardEventArgs class for a Clipboard set operation.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ClipboardEventArgs (
    Object source,
    Object value
)

Visual Basic  Copy Code

Public New ( _
    source As Object, _
    value As Object _
)

 Parameters

source

The object requesting to set the Clipboard contents.

value
The new contents for the Clipboard.

 See Also