May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Applications that provide support for the application framework can be also managed with application events. This is the typical case of client applications such as Windows Forms and WPF applications. Windows Forms applications provide the following events:
• NetworkAvailabilityChanged, which is raised when the network becomes available or the connection is no longer available
• ShutDown, which is raised when the application shuts down
• Startup, which is raised when the application starts
• StartupNextInstance, which is raised when another instance of the application starts up
• UnhandledException which is raised when the application encounters an unhandled exception during tasks that involve the application ...
Read now
Unlock full access