Evento DedNetApplicationFtpClientConnectionEvent
             | 
          
        
        
            Evento che permette modificare i dati del client FTP.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic event EventHandler<FtpClientConnectionEventArgs> FtpClientConnectionEvent
Public Event FtpClientConnectionEvent As EventHandler(Of FtpClientConnectionEventArgs)
public:
 event EventHandler<FtpClientConnectionEventArgs^>^ FtpClientConnectionEvent {
	void add (EventHandler<FtpClientConnectionEventArgs^>^ value);
	void remove (EventHandler<FtpClientConnectionEventArgs^>^ value);
}member FtpClientConnectionEvent : IEvent<EventHandler<FtpClientConnectionEventArgs>,
    FtpClientConnectionEventArgs>Valore
EventHandlerFtpClientConnectionEventArgs
Vedi anche