Raises the ApplicationLaunched event.

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
protected virtual void OnApplicationLaunched(
	Object sender,
	Guid threadId
)

Parameters

sender
Type: System..::..Object
Sender object of the event.
threadId
Type: System..::..Guid
Thread id of the application.

See Also