1
爲了避免try-catch塊,有沒有辦法確定控件是否支持指定的事件而沒有try-catch塊?使用反射來確定控件是否支持事件
Dim d As [Delegate] = [Delegate].CreateDelegate(eventHandler.EventHandlerType, _
Me, _
"OnControlValueChanged") '<<