DocNodeProxyOnDocNode_Changed Method |
Called when the doc node has changed. Can be overwritten in derived classes to implement additional functionality.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual void OnDocNode_Changed(
Object? sender,
EventArgs e
)
Parameters
- sender Object
- The sender.
- e EventArgs
- The EventArgs instance containing the event data.
See Also