Class
RadPageViewItemSelectingEventArgs

Provides data for the RadPageViewItemSelecting event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPageViewItemSelectingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadPageViewItemSelectingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadPageViewItemSelectingEventArgs(RadPageViewItem, RadPageViewItem)

Initializes a new instance of the RadPageViewItemSelectingEventArgs class.

The selected item of RadPageView. The item to be selected.

Declaration

cs-api-definition
public RadPageViewItemSelectingEventArgs(RadPageViewItem selectedItem, RadPageViewItem nextItem)

Parameters

selectedItem

RadPageViewItem

nextItem

RadPageViewItem

Fields

NextItem

Gets the item to be selected.

Declaration

cs-api-definition
public readonly RadPageViewItem NextItem

Field Value

RadPageViewItem

SelectedItem

Gets the selected item of RadPageView.

Declaration

cs-api-definition
public readonly RadPageViewItem SelectedItem

Field Value

RadPageViewItem