Gets the item for which the event is raised.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public UIElement Item { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item As UIElement |
An instance of UIElement.
See Also