WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectedIndexChangingArgs

    Show / Hide Table of Contents

    Class SelectedIndexChangingArgs

    Inheritance
    System.Object
    SelectedIndexChangingArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class SelectedIndexChangingArgs : CancelEventArgs

    Constructors

    SelectedIndexChangingArgs(Int32, Int32)

    Declaration
    public SelectedIndexChangingArgs(int nPrevIndex, int nNewIndex)
    Parameters
    Type Name Description
    System.Int32 nPrevIndex
    System.Int32 nNewIndex

    SelectedIndexChangingArgs(Int32, Int32, Boolean)

    Declaration
    public SelectedIndexChangingArgs(int nPrevIndex, int nNewIndex, bool bCancel)
    Parameters
    Type Name Description
    System.Int32 nPrevIndex
    System.Int32 nNewIndex
    System.Boolean bCancel

    Properties

    NewIndex

    Declaration
    public int NewIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    PrevIndex

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