ITextDocument.DirtyStateChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the value of IsDirty changes. You may not call UpdateDirtyState(Boolean, DateTime) in order to change the IsDirty property while handling this event.
public:
event EventHandler ^ DirtyStateChanged;
event EventHandler DirtyStateChanged;
member this.DirtyStateChanged : EventHandler
Event DirtyStateChanged As EventHandler
Event Type
Remarks
You may not call UpdateDirtyState in order to change the IsDirty property while handling this event.