Exit Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Occurs just before an application exits.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Event Exit As EventHandler
public event EventHandler Exit
public:
 event EventHandler^ Exit {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Exit : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

Application Class

Microsoft.SPOT Namespace