Unlike the AddHandler/RemoveHandler, the WithEvents/Handles combo does not have a way remove the handler. However, they get cleaned up when the class handling the event is disposed and garbage collected.