IWorkbenchEhProjectChanged Method |
Informs the workbench that the project instance has changed.
Namespace: Altaxo.Gui.WorkbenchAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void EhProjectChanged(
Object sender,
ProjectEventArgs e
)
Parameters
- sender Object
- Sender of this message.
- e ProjectEventArgs
- Information about the project change.
See Also