|   | DataSubscriberConnectionEstablished Event | 
        
        
            Occurs when client connection to the data publication server is established.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic event EventHandler ConnectionEstablished
Public Event ConnectionEstablished As EventHandler
public:
 event EventHandler^ ConnectionEstablished {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}member ConnectionEstablished : IEvent<EventHandler,
    EventArgs>function add_ConnectionEstablished(value);
function remove_ConnectionEstablished(value);
Value
EventHandler See Also
See Also