Search
ItemEventArgs.Item Property
See Also
 






Gets the item for which the event is raised.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public UIElement Item { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item As UIElement

 Property Value

 See Also