ITextBufferFactoryService::TextBufferCreated Event

 

Raised when any ITextBuffer is created.

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

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