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