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