Click or drag to resize

INavigationPointContentChanging Method

Responsible for updating the internal data of the INavigationPoint to synch it with changes in the IViewContent containing the point.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void ContentChanging(
	Object sender,
	EventArgs e
)

Parameters

sender  Object
e  EventArgs
See Also