コード例 #1
0
 private void UserflowTimeOutHandler(object sender, EventArgs e)
 {
     Demo.UserflowTimeOutHandler(this, e);
 }
コード例 #2
0
 /// <summary>
 /// Invoked when an item within a section is clicked.
 /// </summary>
 /// <param name="sender">The GridView or ListView
 /// displaying the item clicked.</param>
 /// <param name="e">Event data that describes the item clicked.</param>
 void ItemView_ItemClick(object sender, ItemClickEventArgs e)
 {
     // Navigate to the appropriate destination page, configuring the new page
     // by passing required information as a navigation parameter
     Demo.ItemClick(this.Frame, (SampleDataItem)e.ClickedItem);
 }