ITextDocument.FileActionOccurred Event

Definition

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 Type

Remarks

You may not call the Reload, Save, or SaveAs methods to perform another file action while handling this event.

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022