Mini SQL Query Extensibility Documentation
TopLevelMenuDropDownOpening Method (sender, e)
NamespacesMiniSqlQuery.CoreCommandControlBuilderTopLevelMenuDropDownOpening(Object, EventArgs)
Used when a menu is opening, handles enabling/disabling of items for display.
Declaration Syntax
C#Visual BasicVisual C++
public static void TopLevelMenuDropDownOpening(
	Object sender,
	EventArgs e
)
Public Shared Sub TopLevelMenuDropDownOpening ( _
	sender As Object, _
	e As EventArgs _
)
public:
static void TopLevelMenuDropDownOpening(
	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)