Class SelectedIndexChangingArgs
Inheritance
System.Object
SelectedIndexChangingArgs
Assembly: Syncfusion.Shared.Base.dll
public class SelectedIndexChangingArgs : CancelEventArgs
Constructors
Declaration
public SelectedIndexChangingArgs(int nPrevIndex, int nNewIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
nPrevIndex |
|
System.Int32 |
nNewIndex |
|
Declaration
public SelectedIndexChangingArgs(int nPrevIndex, int nNewIndex, bool bCancel)
Parameters
Type |
Name |
Description |
System.Int32 |
nPrevIndex |
|
System.Int32 |
nNewIndex |
|
System.Boolean |
bCancel |
|
Properties
Declaration
public int NewIndex { get; set; }
Property Value
Declaration
public int PrevIndex { get; set; }
Property Value