ClassNavigationButtonsEventArgs
Class
Provides data for navigation buttons events.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class NavigationButtonsEventArgs : EventArgs
Inheritance: objectEventArgsNavigationButtonsEventArgs
Inherited Members
Constructors
NavigationButtonsEventArgs(int)
Initializes a new instance of the NavigationButtonsEventArgs class.
Declaration
cs-api-definition
public NavigationButtonsEventArgs(int selectedPageIndex)
Parameters
selectedPageIndex
The SelectedPageIndex.
Properties
SelectedPageIndex
Gets the SelectedPageIndex.
Declaration
cs-api-definition
public int SelectedPageIndex { get; set; }
Property Value
The SelectedPageIndex.