Search
ItemEventArgs.Item Property
See Also
 





Gets the item for which the event is raised.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItem Item { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item As DiagramItem

 Property Value

An instance of the DiagramItem class.

 See Also