Indicates if the bitmap was changed since last saving.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property Modified As Boolean
public bool Modified { get; set; }
It is set to true each time when Changed event fires.
This property is never set to false automatically. You should reset it to false yourself when necessary. You can do it for example, in Saved event handler.