New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the RadPageViewItemSelecting event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class RadPageViewItemSelectingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadPageViewItemSelectingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the RadPageViewItemSelectingEventArgs class.

The selected item of RadPageView. The item to be selected.
C#
public RadPageViewItemSelectingEventArgs(RadPageViewItem selectedItem, RadPageViewItem nextItem)
Parameters:selectedItemRadPageViewItemnextItemRadPageViewItem

Fields

Gets the item to be selected.

C#
public readonly RadPageViewItem NextItem

Gets the selected item of RadPageView.

C#
public readonly RadPageViewItem SelectedItem