Mini SQL Query Extensibility Documentation
CommandItemClick Method (sender, e)
NamespacesMiniSqlQuery.CoreCommandControlBuilderCommandItemClick(Object, EventArgs)
Handles the click event of a tool strip item, if the Tag is an ICommand instance the action is executed.
Declaration Syntax
C#Visual BasicVisual C++
public static void CommandItemClick(
	Object sender,
	EventArgs e
)
Public Shared Sub CommandItemClick ( _
	sender As Object, _
	e As EventArgs _
)
public:
static void CommandItemClick(
	Object^ sender, 
	EventArgs^ e
)
Parameters
sender (Object)
The sender.
e (EventArgs)
The EventArgs instance containing the event data.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)