IVsCompoundActionEvents.OnBeforeAction Method
Definition
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.
Fired before a compound action takes place.
public:
void OnBeforeAction();
public:
void OnBeforeAction();
void OnBeforeAction();
public void OnBeforeAction ();
abstract member OnBeforeAction : unit -> unit
Public Sub OnBeforeAction ()
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsCompoundActionEvents::OnBeforeAction();
OnBeforeAction
is fired before an action takes place. This allows clients to prepare for a transaction by caching information or creating objects that live only during a transaction.