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