Click or drag to resize

GraphControllerHostWindowClosing Method

Called if the host window is about to be closed.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool HostWindowClosing()

Return Value

Boolean
True if the closing should be canceled, false otherwise.
See Also