PipsPager.SelectedIndexChanged Event

Definition

Occurs after the selected index changes on the PipsPager.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

C#
public event TypedEventHandler<PipsPager,PipsPagerSelectedIndexChangedEventArgs> SelectedIndexChanged;

Event Type

Remarks

This event can occur programmatically, when the user selects an individual pip, or when the user interacts with the navigation buttons.

The data returned with this event is the index of the page that was selected.

Applies to

Termék Verziók
WinUI 2 2.6-prerelease, 2.6, 2.7-prerelease, 2.7, 2.8-prerelease, 2.8

See also