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