Class
NavigationButtonsEventArgs

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

Constructors

NavigationButtonsEventArgs(int)

Initializes a new instance of the NavigationButtonsEventArgs class.

Declaration

cs-api-definition
public NavigationButtonsEventArgs(int selectedPageIndex)

Parameters

selectedPageIndex

int

The SelectedPageIndex.

Properties

SelectedPageIndex

Gets the SelectedPageIndex.

Declaration

cs-api-definition
public int SelectedPageIndex { get; set; }

Property Value

int

The SelectedPageIndex.