ITextBufferFactoryService.TextBufferCreated Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when any ITextBuffer is created.
public:
event EventHandler<Microsoft::VisualStudio::Text::TextBufferCreatedEventArgs ^> ^ TextBufferCreated;
event EventHandler<Microsoft.VisualStudio.Text.TextBufferCreatedEventArgs> TextBufferCreated;
member this.TextBufferCreated : EventHandler<Microsoft.VisualStudio.Text.TextBufferCreatedEventArgs>
Event TextBufferCreated As EventHandler(Of TextBufferCreatedEventArgs)
Event Type
Remarks
This event may be raised on any thread.