PCBI_ConnectionIPluginRibbonCommandOnCommandExecute Method

Will be called with each command to execute.

Definition

Namespace: PCBI_Stencil_Editor
Assembly: PCBI_Stencil_Editor (in PCBI_Stencil_Editor.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