Search
ClipboardEventArgs.DataType Property
See Also
 





Gets or sets the type of the data to get or set from the clipboard. This should be null (Nothing in Visual Basic) for clipboard set operations.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Type DataType { get; set; }

Visual Basic  Copy Code

Public Property DataType As Type

 Property Value

A Type instance.

 See Also