ClassRadPageViewItemSelectingEventArgs
Class
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
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
nextItem
Fields
NextItem
Gets the item to be selected.
SelectedItem
Gets the selected item of RadPageView.
Declaration
cs-api-definition
public readonly RadPageViewItem SelectedItem
Field Value