Skip to main content
A newer version of this page is available.

WinRTLiveTileManager.OnNavigated Event

Occurs each time an end-user clicks a Live Tile on a Start Screen.

Namespace: DevExpress.XtraBars.WinRTLiveTiles

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public static event Action<string> OnNavigated

Remarks

If your application has multiple WinRTLiveTileManager-based modules, you can handle the OnNavigated event to get which Live Tile an end-user clicked. The obj parameter for the OnNavigated event returns the WinRTLiveTileManager.Id for a Live Tile Manager, related with a clicked Live Tile.

Note

Use the static WinRTLiveTileManager.InitializeNavigation method to handle the OnNavigated event. See the WinRTLiveTileManager topic to learn more.

See Also