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