IProjectionBufferFactoryService.ProjectionBufferCreated Event

Definition

Raised when any IProjectionBuffer or IElisionBuffer is created.

public:
 event EventHandler<Microsoft::VisualStudio::Text::TextBufferCreatedEventArgs ^> ^ ProjectionBufferCreated;
event EventHandler<Microsoft.VisualStudio.Text.TextBufferCreatedEventArgs> ProjectionBufferCreated;
member this.ProjectionBufferCreated : EventHandler<Microsoft.VisualStudio.Text.TextBufferCreatedEventArgs> 
Event ProjectionBufferCreated As EventHandler(Of TextBufferCreatedEventArgs) 

Event Type

Applies to