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