Skip to content

Commit

Permalink
#319 Remove $clickedItem definition from samples
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-sampson committed May 16, 2017
1 parent 0976a4b commit 39260e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions samples/features/Features.UWP/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public App()

protected override void Configure()
{
MessageBinder.SpecialValues.Add("$clickeditem", c => ((ItemClickEventArgs)c.EventArgs).ClickedItem);

container = new WinRTContainer();
container.RegisterWinRTServices();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public App()

protected override void Configure()
{
MessageBinder.SpecialValues.Add("$clickeditem", c => ((ItemClickEventArgs)c.EventArgs).ClickedItem);

container = new WinRTContainer();
container.RegisterWinRTServices();

Expand Down
2 changes: 0 additions & 2 deletions samples/features/Features.WindowsRuntime/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ public App()

protected override void Configure()
{
MessageBinder.SpecialValues.Add("$clickeditem", c => ((ItemClickEventArgs)c.EventArgs).ClickedItem);

container = new WinRTContainer();
container.RegisterWinRTServices();

Expand Down

0 comments on commit 39260e9

Please sign in to comment.