Class SelectedPipChangedEventArgs
Contains information for the Selected
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.PipsPager
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SelectedPipChangedEventArgs : EventArgs
Constructors
SelectedPipChangedEventArgs(PipsPagerItem, Int32, PipsPagerItem, Int32)
Initializes a new instance of the Selected
Declaration
public SelectedPipChangedEventArgs(PipsPagerItem newPip, int newIndex, PipsPagerItem oldPip, int oldIndex)
Parameters
Pips The selected pip item. |
System. The newly selected index. |
Pips The pip element that was previously selected. |
System. The index that was previously selected. |
Properties
NewIndex
The newly selected index.
Declaration
public int NewIndex { get; }
Property Value
System.
|
NewPip
The pips pager item selected in the Rad
Declaration
public PipsPagerItem NewPip { get; }
Property Value
OldIndex
The index that was previously selected.
Declaration
public int OldIndex { get; }
Property Value
System.
|
OldPip
The pips pager item that was previously selected.
Declaration
public PipsPagerItem OldPip { get; }