IVsCompoundActionEvents::OnAbortAction Method ()
Visual Studio 2015
Fired when a compound action is aborted.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
HRESULT IVsCompoundActionEvents::OnAbortAction();
Allows clients to discard their cache when a compound action is aborted.
Show: