Dispatcher.ShutdownStarted Event
Occurs when a Dispatcher object (a dispatcher) begins the shutdown process.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public event EventHandler ShutdownStarted
Remarks
When a program starts shutting down a Dispatcher object, the ShutdownStarted event is raised and the HasShutdownStarted property is set to true. The dispatcher does not shut down completely until its event queue unwinds. When the dispatcher finishes shutting down, it raises the ShutdownFinished event and sets the HasShutdownFinished property to true.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
Dispatcher Class
Dispatcher Members
Microsoft.SPOT Namespace