Click or drag to resize

AbstractItemHandlerListChange Event

Signals that the list has changed, so the view can update the list. When the first receiver registers for the event, the function BeginTracking will be called. If the last receiver unregisters for the event, the function EndTracking will be called.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public event Action<SelectableListNodeList> ListChange

Value

ActionSelectableListNodeList
See Also