'Declaration Public Overridable Sub RemoveHandler( _ ByVal eventKey As Object, _ ByVal handler As Delegate _ )
'Usage Dim instance As EventHandlerTable Dim eventKey As Object Dim handler As Delegate instance.RemoveHandler(eventKey, handler)
Parameters
- eventKey
- The object that owns the event.
- handler
- The delegate to remove from the list.