ITextBuffer.PostChanged 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 after the Changed event and any resulting edits.
public:
event EventHandler ^ PostChanged;
event EventHandler PostChanged;
member this.PostChanged : EventHandler
Event PostChanged As EventHandler
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.