PCBI_ConnectionIPluginRibbonCommandOnCommandExecute Method
Will be called with each command to execute.
Namespace: PCBI_GoogleSketchUpExportAssembly: PCBI_GoogleSketchUp_Export (in PCBI_GoogleSketchUp_Export.dll) Version: 16.0.0.0 (16.0.0.0)
void IPluginRibbonCommand.OnCommandExecute(
int cmdID
)
Private Sub OnCommandExecute (
cmdID As Integer
) Implements IPluginRibbonCommand.OnCommandExecute
private:
virtual void OnCommandExecute(
int cmdID
) sealed = IPluginRibbonCommand::OnCommandExecute
private abstract OnCommandExecute :
cmdID : int -> unit
private override OnCommandExecute :
cmdID : int -> unit
- cmdID Int32
- Maybe MyCmdID (check it in your code).
IPluginRibbonCommandOnCommandExecute(Int32)