IVsCompoundActionEvents Interface
Visual Studio 2015
Provides events for firing when beginning and aborting a compound action.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnAbortAction() | Fired when a compound action is aborted. |
![]() | OnBeforeAction() | Fired before a compound action takes place. |
The "wrapped", or "interior" events that arise from a compound action are other event sets. To reduce the number of events fired, there is no terminating event.
Notes to Implementers:
Implementers should pass a flag in the final event or fire their own terminating event.
Show:
