public event ErrorEventHandler ErrorPublic Event Error As ErrorEventHandlerpublic:
event ErrorEventHandler^ Error {
void add (ErrorEventHandler^ value);
void remove (ErrorEventHandler^ value);
}function add_Error(value);
function remove_Error(value);