ASP.NET Pack Programmer's Guide
DiagramBase.DirtyChanged Event
See Also
 





Raised when the Dirty property value has changed.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler DirtyChanged

Visual Basic  Copy Code

Public Event DirtyChanged As EventHandler

 Event Data

DirtyChanged event handlers receive an argument of type EventArgs.

 Remarks

Dirty is set to true every time the diagram or the diagram document 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 or a diagram document is modified for the first time, but not when subsequent modifications are done.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming Namespace
ActionRecorded Event