public event EventHandler ConnectionEstablished
Public Event ConnectionEstablished As EventHandler
public:
event EventHandler^ ConnectionEstablished {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
function add_ConnectionEstablished(value);
function remove_ConnectionEstablished(value);