ITextDocument::FileActionOccurred Event

 

Occurs when the document has been loaded from or saved to disk.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

event EventHandler<TextDocumentFileActionEventArgs^>^ FileActionOccurred {
	void add(EventHandler<TextDocumentFileActionEventArgs^>^ value);
	void remove(EventHandler<TextDocumentFileActionEventArgs^>^ value);
}

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

Return to top
Show: