Click or drag to resize

ICanBeDirty Interface

Interface for classes that implement the IsDirty property and the DirtyChanged event.

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

The ICanBeDirty type exposes the following members.

Properties
 NameDescription
Public propertyIsDirty If this property returns true the content has changed since the last load/save operation.
Top
Events
 NameDescription
Public eventIsDirtyChanged Is called when the content is changed after a save/load operation and this signals that changes could be saved.
Top
See Also