menu

File Formats

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NameIndexChangedEventArgs - API Reference

    Show / Hide Table of Contents

    Class NameIndexChangedEventArgs

    Event arguments for NameIndexChanged event.

    Inheritance
    System.Object
    System.EventArgs
    NameIndexChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Int32

    OldIndex

    Returns new index. Read-only.

    Declaration
    public int OldIndex { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved