Share via


IVsCompoundActionEvents.OnBeforeAction Method

Definition

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.

Applies to