Table of Contents

Delegate ShutdownHandler

Namespace
MonkeyLoader.Meta
Assembly
MonkeyLoader.dll

Called when something shuts down.

public delegate void ShutdownHandler(IShutdown source, bool applicationExiting)

Parameters

source IShutdown

The object that's shutting down.

applicationExiting bool

Whether the shutdown was caused by the application exiting.