views:

12

answers:

0

Hi, In Windows we usually set the Button modifier to public, in the base form we declare the click event as protected virtual void btn_click and in the derieved form we use protected override void btn_Click. How can i acieve this ?

How do i override the WPF button click event in the child window?