Click here to Skip to main content
15,886,823 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
Dear Friends,

I am learning wpf concept in .net. i created one button and then call another form in that button event its working fine. then, i removed that event and execute again but that button event works. how to remove that event.



With Thanks,
Anand
Posted

1 solution

Go to XAML file and remove the click event handler Click="..."
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900