Search
ItemEventArgs(T).Index Property
See Also
 

Gets the index of the item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int Index { get; }

Visual Basic  Copy Code

Public ReadOnly Property Index As Integer

 Property Value

 See Also