IVsUserDataEvents Interface
Visual Studio 2015
Notifies clients of changes to the user data.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnUserDataChange(Guid, Object) | Notifies the client of changes to the user data. |
Notes to Implementers:
Implement this interface to receive notification of changes to user data.
Notes to Callers:
Called by the text buffer.
Show:
