Best way to registered Event In WPF

Posted by Asim Sajjad on Stack Overflow See other posts from Stack Overflow or by Asim Sajjad
Published on 2010-04-17T08:14:01Z Indexed on 2010/04/17 8:23 UTC
Read the original article Hit count: 232

Filed under:
|

Which is the best way to registered event for example if I wanto to regiested Loaded event for the window or user control , then it is better to registered in the xaml file or in the loaded/initilization function in code behind (C#/VB.net)? Please give explaination of your answer.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about perform