Delegate ClosingDelegate
- Namespace
- Lime
- Assembly
- Lime.dll
Delegate used by Closing event.
public delegate bool ClosingDelegate(CloseReason reason)
Parameters
reasonCloseReasonDefines the reason of window closing.
Returns
- bool
Whether to cancel closing or not.