public event EventHandler ConnectionAttemptPublic Event ConnectionAttempt As EventHandlerpublic:
event EventHandler^ ConnectionAttempt {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}function add_ConnectionAttempt(value);
function remove_ConnectionAttempt(value);