Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Occurs when the set of ITextBuffer objects in the buffer graph changes.
Namespace: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Event GraphBuffersChanged As EventHandler(Of GraphBuffersChangedEventArgs)
event EventHandler<GraphBuffersChangedEventArgs> GraphBuffersChanged
event EventHandler<GraphBuffersChangedEventArgs^>^ GraphBuffersChanged {
void add (EventHandler<GraphBuffersChangedEventArgs^>^ value);
void remove (EventHandler<GraphBuffersChangedEventArgs^>^ value);
}
abstract GraphBuffersChanged : IEvent<EventHandler<GraphBuffersChangedEventArgs>,
GraphBuffersChangedEventArgs>
JScript does not support events.
.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.