'Declaration
Public Delegate Sub AutoSortingColumnEventHandler( _ ByVal sender As Object, _ ByVal e As AutoSortingColumnEventArgs _ )
'Usage
Dim instance As New AutoSortingColumnEventHandler(AddressOf HandlerMethod)
public delegate void AutoSortingColumnEventHandler( object sender, AutoSortingColumnEventArgs e )
Parameters
- sender
- Source of the event
- e
- Event data