Fire a click event in Silverlight

  • Thread starter Thread starter fiaolle
  • Start date Start date
F

fiaolle

Hi

In C# you can fire a click event with Button.PerformClick. How to I
accomplish the same thing in Silverlight?

Thanks
Fia
 
Hi

In C# you can fire a click event with Button.PerformClick. How to I
accomplish the same thing in Silverlight?

Thanks
Fia

Instead of calling .PerformClick, create a method with the desired
functionality and call that method from both places.

Chris
 
Back
Top