ITextDocumentFactoryService.TextDocumentCreated 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.
Occurs when an ITextDocument is created.
public:
event EventHandler<Microsoft::VisualStudio::Text::TextDocumentEventArgs ^> ^ TextDocumentCreated;
event EventHandler<Microsoft.VisualStudio.Text.TextDocumentEventArgs> TextDocumentCreated;
member this.TextDocumentCreated : EventHandler<Microsoft.VisualStudio.Text.TextDocumentEventArgs>
Event TextDocumentCreated As EventHandler(Of TextDocumentEventArgs)