ITextDocument.FileActionOccurred 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 the document has been loaded from or saved to disk.
You may not call Reload/Save/SaveAs to perform another file action while handling this event.
public:
event EventHandler<Microsoft::VisualStudio::Text::TextDocumentFileActionEventArgs ^> ^ FileActionOccurred;
event EventHandler<Microsoft.VisualStudio.Text.TextDocumentFileActionEventArgs> FileActionOccurred;
member this.FileActionOccurred : EventHandler<Microsoft.VisualStudio.Text.TextDocumentFileActionEventArgs>
Event FileActionOccurred As EventHandler(Of TextDocumentFileActionEventArgs)
Event Type
Remarks
You may not call the Reload, Save, or SaveAs methods to perform another file action while handling this event.