'Declaration Protected Sub AddEventHandler( _ ByVal eventKey As Object, _ ByVal handler As Delegate _ )
'Usage Dim instance As ToolWindow Dim eventKey As Object Dim handler As Delegate instance.AddEventHandler(eventKey, handler)
Parameters
- eventKey
- The object that owns the event.
- handler
- The delegate to add to the list.