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
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)
Fields
Gets the item to be selected.
C#
public readonly RadPageViewItem NextItem
Gets the selected item of RadPageView.
C#
public readonly RadPageViewItem SelectedItem