Click or drag to resize

IWorkbenchActiveContentChanged Event

Occurs when the active view content changed. When active view content changed, first, the corresponding PropertyChanged event will be raised. Only after that, the event here will be raised.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
event EventHandler ActiveContentChanged

Value

EventHandler
See Also