Compartilhar via


Evento IProjectionBufferFactoryService.ProjectionBufferCreated

Disparado quando qualquer IProjectionBuffer ou IElisionBuffer é criado.

Namespace:  Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)

Sintaxe

'Declaração
Event ProjectionBufferCreated As EventHandler(Of TextBufferCreatedEventArgs)
event EventHandler<TextBufferCreatedEventArgs> ProjectionBufferCreated
event EventHandler<TextBufferCreatedEventArgs^>^ ProjectionBufferCreated {
    void add (EventHandler<TextBufferCreatedEventArgs^>^ value);
    void remove (EventHandler<TextBufferCreatedEventArgs^>^ value);
}
abstract ProjectionBufferCreated : IEvent<EventHandler<TextBufferCreatedEventArgs>,
    TextBufferCreatedEventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

IProjectionBufferFactoryService Interface

Namespace Microsoft.VisualStudio.Text.Projection