'Declaration Public Function New( _ ByVal template As EventHandlerTable _ )
'Usage Dim template As EventHandlerTable Dim instance As New EventHandlerTable(template)
public EventHandlerTable( EventHandlerTable template )
Parameters
- template
- A reference to an EventHandlerTable object that will be used to create other EventHandlerTables.