Hi
what is the difference between declaring a event handler in xmal i.e.
<Button x:Name="mybutto n" Click="myfuncti on"/>
and
declaring event handler in c# i.e.
mybutton.Click+ =new my......
i am re factoring my application as subscribing event using += create
a strong reference...
and can cause memory leak
looking forward to get a very positive response soon...
careers@tellige nt.com
Regards
-------
Munna
what is the difference between declaring a event handler in xmal i.e.
<Button x:Name="mybutto n" Click="myfuncti on"/>
and
declaring event handler in c# i.e.
mybutton.Click+ =new my......
i am re factoring my application as subscribing event using += create
a strong reference...
and can cause memory leak
looking forward to get a very positive response soon...
careers@tellige nt.com
Regards
-------
Munna