_dispCommandEvents_Event.add_BeforeExecute 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.
public:
void add_BeforeExecute(EnvDTE::_dispCommandEvents_BeforeExecuteEventHandler ^ A_1);
public:
void add_BeforeExecute(EnvDTE::_dispCommandEvents_BeforeExecuteEventHandler ^ value);
public void add_BeforeExecute (EnvDTE._dispCommandEvents_BeforeExecuteEventHandler A_1);
public void add_BeforeExecute (EnvDTE._dispCommandEvents_BeforeExecuteEventHandler value);
abstract member add_BeforeExecute : EnvDTE._dispCommandEvents_BeforeExecuteEventHandler -> unit
Public Sub add_BeforeExecute (A_1 As _dispCommandEvents_BeforeExecuteEventHandler)
Public Sub add_BeforeExecute (value As _dispCommandEvents_BeforeExecuteEventHandler)