OnStartup Method

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

Raises the Startup event.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

Application Class

Microsoft.SPOT Namespace