Class RadPageViewItemSelectingEventArgs
Provides data for the RadPageViewItemSelecting event.
Inheritance
System.Object
RadPageViewItemSelectingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPageViewItemSelectingEventArgs : CancelEventArgs
Constructors
RadPageViewItemSelectingEventArgs(RadPageViewItem, RadPageViewItem)
Initializes a new instance of the RadPageViewItemSelectingEventArgs class. The selected item of RadPageView. The item to be selected.
Declaration
public RadPageViewItemSelectingEventArgs(RadPageViewItem selectedItem, RadPageViewItem nextItem)
Parameters
RadPageViewItem
selectedItem
|
RadPageViewItem
nextItem
|
Fields
NextItem
Gets the item to be selected.
Declaration
public readonly RadPageViewItem NextItem
Field Value
RadPageViewItem
|
SelectedItem
Gets the selected item of RadPageView.
Declaration
public readonly RadPageViewItem SelectedItem
Field Value
RadPageViewItem
|