ITextBufferFactoryService.TextBufferCreated Zdarzenie
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Wywoływane po utworzeniu dowolnego ITextBuffer .
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)
Typ zdarzenia
Uwagi
To zdarzenie może być zgłaszane w dowolnym wątku.