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