May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Until now you saw how to create and manipulate your objects, working with the result of operations performed onto object instances or shared members. All the work we made until now does not provide a way for understanding the moment when a particular thing happens or for being notified of a happening. In .NET development, as for many other programming environments, getting notifications for happenings and knowing the moment when something happens is accomplished handling events, which are information that an object sends to the caller, such as the user interface or a thread, about its state so that the caller ...
Read now
Unlock full access