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