Evento DedNetApplicationDocumentDownloadedEvent
|
Evento chiamato dopo che un documento è stato scaricato in locale da una operazione di ensurelocal
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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
EventHandlerDedCommandEventArgsVedi anche