'宣言 Public Event BindingContextChanged As System.EventHandler
'使用法 Dim instance As ComplexExporterOptionsForm Dim handler As System.EventHandler AddHandler instance.BindingContextChanged, handler
public event System.EventHandler BindingContextChanged