0
Answer

XAML - Way to find which button is clicked

Ramesh Kumar

Ramesh Kumar

11y
1.2k
1

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?