Provides data for navigation buttons events.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class NavigationButtonsEventArgs : EventArgs
Inheritance: objectEventArgsNavigationButtonsEventArgs
Inherited Members
Constructors
Initializes a new instance of the NavigationButtonsEventArgs class.
C#
public NavigationButtonsEventArgs(int selectedPageIndex)
The SelectedPageIndex.
Properties
Gets the SelectedPageIndex.
C#
public int SelectedPageIndex { get; set; }
The SelectedPageIndex.