Class
SelectedPipChangedEventArgs

Contains information for the SelectedIndexChanged event..

Definition

Namespace:Telerik.WinControls.UI.PipsPager

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class SelectedPipChangedEventArgs : EventArgs

Inheritance: objectEventArgsSelectedPipChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

SelectedPipChangedEventArgs(PipsPagerItem, int, PipsPagerItem, int)

Initializes a new instance of the SelectedPipChangedEventArgs class.

Declaration

cs-api-definition
public SelectedPipChangedEventArgs(PipsPagerItem newPip, int newIndex, PipsPagerItem oldPip, int oldIndex)

Parameters

newPip

PipsPagerItem

The selected pip item.

newIndex

int

The newly selected index.

oldPip

PipsPagerItem

The pip element that was previously selected.

oldIndex

int

The index that was previously selected.

Properties

NewIndex

The newly selected index.

Declaration

cs-api-definition
public int NewIndex { get; }

Property Value

int

NewPip

The pips pager item selected in the RadPipsPagerElement.

Declaration

cs-api-definition
public PipsPagerItem NewPip { get; }

Property Value

PipsPagerItem

OldIndex

The index that was previously selected.

Declaration

cs-api-definition
public int OldIndex { get; }

Property Value

int

OldPip

The pips pager item that was previously selected.

Declaration

cs-api-definition
public PipsPagerItem OldPip { get; }

Property Value

PipsPagerItem