IProjectionBufferFactoryService::ProjectionBufferCreated Event

 

Raised when any IProjectionBuffer or IElisionBuffer is created.

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

event EventHandler<TextBufferCreatedEventArgs^>^ ProjectionBufferCreated {
	void add(EventHandler<TextBufferCreatedEventArgs^>^ value);
	void remove(EventHandler<TextBufferCreatedEventArgs^>^ value);
}
Return to top
Show: