MindFusion.Wpf Pack Programmer's Guide
DiagramDocument.Dirty Property
See Also
 





Gets a value indicating whether the document has changed since the last save.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool Dirty { get; }

Visual Basic  Copy Code

Public ReadOnly Property Dirty As Boolean

 Property Value

true if the document has changed; otherwise, false.

 See Also

DiagramDocument Members
DiagramDocument Class
MindFusion.Diagramming.Wpf Namespace