ITextBuffer.PostChanged Event

Definition

Occurs after the Changed event and any resulting edits.

C++
public:
 event EventHandler ^ PostChanged;

Event Type

Remarks

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

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022