PCBIConnectionClassIPluginRibbonCommandOnCommandExecute Method

Will be called with each command to execute.

Definition

Namespace: PCBI_Dispensing_Analysis
Assembly: PCBI_Dispensing_Analysis (in PCBI_Dispensing_Analysis.dll) Version: 17.0.0.0 (17.0.0.0)
C#
void IPluginRibbonCommand.OnCommandExecute(
	int cmdID
)

Parameters

cmdID  Int32
Maybe MyCmdID (check it in your code).

Implements

IPluginRibbonCommandOnCommandExecute(Int32)

See Also