Ramesh Kumar

Ramesh Kumar

  • NA
  • 5
  • 1.1k

XAML - Way to find which button is clicked

Mar 26 2013 4:48 AM

I am developing Windows Store App.

I am loading XAML code dynamically from C# code behind file. So, I could not add click event to buttons.

Is there any way to get to know which button is clicked using button names with out the click event?