OnExit Method

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

Raises the Exit event.

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

Syntax

'Declaration
Protected Overridable Sub OnExit ( _
    e As EventArgs _
)
protected virtual void OnExit(
    EventArgs e
)
protected:
virtual void OnExit(
    EventArgs^ e
)
abstract OnExit : 
        e:EventArgs -> unit 
override OnExit : 
        e:EventArgs -> unit 
protected function OnExit(
    e : EventArgs
)

Parameters

.NET Framework Security

See Also

Reference

Application Class

Microsoft.SPOT Namespace