ITextBufferFactoryService.TextBufferCreated Event
Raised when any ITextBuffer is created.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Event TextBufferCreated As EventHandler(Of TextBufferCreatedEventArgs)
event EventHandler<TextBufferCreatedEventArgs> TextBufferCreated
event EventHandler<TextBufferCreatedEventArgs^>^ TextBufferCreated {
void add (EventHandler<TextBufferCreatedEventArgs^>^ value);
void remove (EventHandler<TextBufferCreatedEventArgs^>^ value);
}
abstract TextBufferCreated : IEvent<EventHandler<TextBufferCreatedEventArgs>,
TextBufferCreatedEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.