menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NameIndexChangedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NameIndexChangedEventArgs

    Event arguments for NameIndexChanged event.

    Inheritance
    System.Object
    NameIndexChangedEventArgs
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved