Raised when the Dirty property value has changed.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public event EventHandler DirtyChanged |
Visual Basic
![]() |
---|
Public Event DirtyChanged As EventHandler |
DirtyChanged event handlers receive an argument of type EventArgs.
Dirty is set to true every time the diagram is modified, but this event is raised only if the flag value changes, either from false to true or from true to false. So the event occurs only when a diagram is modified for the first time, but not when subsequent modifications are done.
WpfDiagram Programmer's Guide | © 2025 MindFusion |