Class NameIndexChangedEventArgs
Event arguments for NameIndexChanged event.
Inheritance
System.Object
    NameIndexChangedEventArgs
  Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.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 |