ITextDocument::DirtyStateChanged Event

 

Occurs when the value of IsDirty changes.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

event EventHandler^ DirtyStateChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

You may not call UpdateDirtyState in order to change the IsDirty property while handling this event.

Return to top
Show: