Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs after the Changed event and any resulting edits.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Event PostChanged As EventHandler
event EventHandler PostChanged
event EventHandler^ PostChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract PostChanged : IEvent<EventHandler,
EventArgs>
JScript does not support events.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.