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.WorkbenchAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid ContentChanging(
Object sender,
EventArgs e
)
Parameters
- sender Object
- The source of the change.
- e EventArgs
- The event data.
See Also