ITextDocumentFactoryService.TextDocumentDisposed 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 disposed.
public:
event EventHandler<Microsoft::VisualStudio::Text::TextDocumentEventArgs ^> ^ TextDocumentDisposed;
event EventHandler<Microsoft.VisualStudio.Text.TextDocumentEventArgs> TextDocumentDisposed;
member this.TextDocumentDisposed : EventHandler<Microsoft.VisualStudio.Text.TextDocumentEventArgs>
Event TextDocumentDisposed As EventHandler(Of TextDocumentEventArgs)