Class NameIndexChangedEventArgs
Event arguments for NameIndexChanged event.
Inheritance
System.Object
System.EventArgs
NameIndexChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class NameIndexChangedEventArgs : EventArgs
Constructors
NameIndexChangedEventArgs(Int32, Int32)
Creates new instance of the event arguments.
Declaration
public NameIndexChangedEventArgs(int oldIndex, int newIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | oldIndex | Old index. |
System.Int32 | newIndex | New index. |
Properties
NewIndex
Returns old index. Read-only.
Declaration
public int NewIndex { get; }
Property Value
Type |
---|
System.Int32 |
OldIndex
Returns new index. Read-only.
Declaration
public int OldIndex { get; }
Property Value
Type |
---|
System.Int32 |