Click or drag to resize

IWorkbenchActiveViewContentChanged Event

Occurs when the active view content changed. When active view content changed, first, the 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 ActiveViewContentChanged

Value

EventHandler
See Also