contextMenuClickEventHandler(Object, Object) Method
the event-handler for the context menu entries of the AdHocSQL context menu, used either to show the documentation for the entries or to insert the queries defined in the xcl files
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static void contextMenuClickEventHandler( object sender, object e )
Parameters
- sender
- Type: Objectthe tool-strip menu item that sent the event
- e
- Type: Object