dennish

  1. D

    Event Handler Exists?

    I add an event handler in my code for a user control depending on the specific operation that is requested: AddHandler myEvent, Addressof Handle_MyEvent When the control is disposed of, I want to remove the event handler only if it was added in the first place using: If "the handler exists"...
Back
Top