Evento DedNetApplicationDocumentDownloadedEvent
             | 
          
        
        
            Evento chiamato dopo che un documento è stato scaricato in locale da una operazione di ensurelocal
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic event EventHandler<DedCommandEventArgs> DocumentDownloadedEvent
Public Event DocumentDownloadedEvent As EventHandler(Of DedCommandEventArgs)
public:
 event EventHandler<DedCommandEventArgs^>^ DocumentDownloadedEvent {
	void add (EventHandler<DedCommandEventArgs^>^ value);
	void remove (EventHandler<DedCommandEventArgs^>^ value);
}member DocumentDownloadedEvent : IEvent<EventHandler<DedCommandEventArgs>,
    DedCommandEventArgs>Valore
EventHandlerDedCommandEventArgs
Vedi anche