DataListEventArgsIndex Property
Get the index of the row affected
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int Index { get; }
Public ReadOnly Property Index As Integer
Get
public:
property int Index {
int get ();
}
member Index : int with get
Property Value
Int32 This may be -1 if the item does not yet exist or if the item has been deleted. Also be
aware that this index value is for use with the control. Due to additions and deletions, the given
index may not refer to the same row indexed in the original data source.