Present i am working with SecondaryTile, i want to fire an event when tile is clicked, is there any possibility for that please help me..
Here is my code,
SecondaryTile initialData = new SecondaryTile();
initialData = new SecondaryTile(
ShowID,
ojsShow.Title,
"NoArguments",
new Uri("ms-appx:///Images/" + ojsShow.TileImage),
TileSize.Square150x150);
initialData.VisualElements.ShowNameOnSquare150x150Logo = true;
await initialData.RequestCreateAsync();
In app.xaml you can find whether clicked title or not