Search
ItemEventArgs.Index Property
See Also
 





Gets an integer index related to the event.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public int Index { get; }

Visual Basic  Copy Code

Public ReadOnly Property Index As Integer

 Property Value

An integer value specifying the item's position within its containing collection.

 See Also