Event delegate for application closed

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

Syntax

C#
[SerializableAttribute]
public delegate void OnApplicationClosed(
	Object sender,
	ApplicationDetails appDetails
)

Parameters

sender
Type: System..::..Object
Object raising the event
appDetails
Type: Skewworks.NETMF.Applications..::..ApplicationDetails
Details of the closed application

See Also