New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the NavigationButtonsEventArgs class.

C#
public NavigationButtonsEventArgs(int selectedPageIndex)
Parameters:selectedPageIndexint

The SelectedPageIndex.

Properties

Gets the SelectedPageIndex.

C#
public int SelectedPageIndex { get; set; }
Property Value:

The SelectedPageIndex.