IPluginRibbonCommandOnCommandExecute Method

Will be called with each command to execute.

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void OnCommandExecute(
	int cmdID
)

Parameters

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

See Also