Raises the ApplicationClosed 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 OnApplicationClosed(
	Object sender,
	ApplicationDetails appDetails
)

Parameters

sender
Type: System..::..Object
Sender object of the event.
appDetails
Type: Skewworks.NETMF.Applications..::..ApplicationDetails
ApplicationDetails of the application.

See Also