Table of Contents

Delegate ClosingDelegate

Namespace
Lime
Assembly
Lime.dll

Delegate used by Closing event.

public delegate bool ClosingDelegate(CloseReason reason)

Parameters

reason CloseReason

Defines the reason of window closing.

Returns

bool

Whether to cancel closing or not.