WinRTLiveTileManager.OnNavigated Event
Occurs each time an end-user clicks a Live Tile on a Start Screen.
Namespace: DevExpress.XtraBars.WinRTLiveTiles
Assembly: DevExpress.XtraBars.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
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