Click or drag to resize

IChangedEventSource Interface

Designates a object which supports the changed event.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IChangedEventSource

The IChangedEventSource type exposes the following members.

Events
 NameDescription
Public eventChangedFired when something in the object has changed.
Top
See Also