IProjectionBufferFactoryService.ProjectionBufferCreated 事件

定义

在创建任何 IProjectionBuffer 或时引发 IElisionBuffer

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) 

事件类型

EventHandler<TextBufferCreatedEventArgs>

适用于