Click or drag to resize

RelDocNodeProxyDocumentInstanceChanged Event

Fired if the document instance changed, (from null to some value, from a value to null, or from a value to another value).

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public event EventHandler<InstanceChangedEventArgs> DocumentInstanceChanged

Value

EventHandlerInstanceChangedEventArgs
See Also