Search
ClipboardEventArgs.IsGetOperation Property
See Also
 





Gets a value indicating whether getting or setting the clipboard.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsGetOperation { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsGetOperation As Boolean

 Property Value

true if the request is to get the Clipboard contents; false if the request is to set Clipboard contents.

 Remarks

The value of this property is inferred by the constructor used to create the event argument and cannot be subsequently changed.

 See Also