TypeScript, C#, .NET, ASP MVC, MonoTouch, WPF, Silverlight, Python (Google App Engine), Guitars and other shiny toys
Sunday, July 3, 2011
WPF Tip : Events Or commands which is called first?
The answer is Event. This is because the event is used to create the command by the control internally. Even click is handled before the command on a button :)
No comments:
Post a Comment