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