Class
RadPageViewItemSelectedEventArgs

Provides data for the RadPageViewItemSelected event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPageViewItemSelectedEventArgs : EventArgs

Inheritance: objectEventArgsRadPageViewItemSelectedEventArgs

Inherited Members EventArgs.Empty

Constructors

RadPageViewItemSelectedEventArgs(RadPageViewItem, RadPageViewItem)

Initializes a new instance of the RadPageViewItemSelectedEventArgs class.

Declaration

cs-api-definition
public RadPageViewItemSelectedEventArgs(RadPageViewItem previousItem, RadPageViewItem selectedItem)

Parameters

previousItem

RadPageViewItem

The previous selected item of RadPageView.

selectedItem

RadPageViewItem

The selected item of RadPageView.

Fields

PreviousItem

Gets the previous selected item of RadPageView.

Declaration

cs-api-definition
public readonly RadPageViewItem PreviousItem

Field Value

RadPageViewItem

SelectedItem

Gets the selected item of RadPageView.

Declaration

cs-api-definition
public readonly RadPageViewItem SelectedItem

Field Value

RadPageViewItem