ITextDocument.FileActionOccurred Event
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.
C++
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)
You may not call the Reload, Save, or SaveAs methods to perform another file action while handling this event.
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |