ITextBuffer::PostChanged Event

 

Occurs after the Changed event and any resulting edits.

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

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

After Changed events have been raised for an edit as well as any resulting edits (for example, when an edit is made within a Changed listener), the PostChanged event is raised.

Return to top
Show: