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