Freigeben über


IProjectionBufferFactoryService.ProjectionBufferCreated-Ereignis

Wird ausgelöst, wenn ein IProjectionBuffer oder IElisionBuffer erstellt wird.

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

Syntax

'Declaration
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 unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

IProjectionBufferFactoryService Schnittstelle

Microsoft.VisualStudio.Text.Projection-Namespace