'Declaration Public Delegate Sub QueryEditorInputKeyEventHandler( _ ByVal sender As Object, _ ByVal e As QueryEditorInputKeyEventArgs _ )
'Usage Dim instance As New QueryEditorInputKeyEventHandler(AddressOf HandlerMethod)
public delegate void QueryEditorInputKeyEventHandler( object sender, QueryEditorInputKeyEventArgs e )
Parameters
- sender
- e