Table of Contents

Property Dirty

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

Dirty

Keeps track of whether the document has changed at all since it was last opened or saved. This is something that is not reset to true by any method in the Document class, but is set to false anytime anything is changed. This way we can prompt the user to save a changed document when they go to quit.

public bool Dirty { get; set; }

Property Value

bool