ClassRadPageViewItemSelectedEventArgs
Class
Provides data for the RadPageViewItemSelected event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadPageViewItemSelectedEventArgs : EventArgs
Inheritance: objectEventArgsRadPageViewItemSelectedEventArgs
Inherited Members
Constructors
RadPageViewItemSelectedEventArgs(RadPageViewItem, RadPageViewItem)
Initializes a new instance of the RadPageViewItemSelectedEventArgs class.
Declaration
cs-api-definition
public RadPageViewItemSelectedEventArgs(RadPageViewItem previousItem, RadPageViewItem selectedItem)
Parameters
previousItem
The previous selected item of RadPageView.
selectedItem
The selected item of RadPageView.
Fields
PreviousItem
Gets the previous selected item of RadPageView.
Declaration
cs-api-definition
public readonly RadPageViewItem PreviousItem
Field Value
SelectedItem
Gets the selected item of RadPageView.
Declaration
cs-api-definition
public readonly RadPageViewItem SelectedItem
Field Value