Udostępnij za pośrednictwem


ITextDocument.DirtyStateChanged Event

Definition

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.

Applies to