Evento DedNetApplicationDocumentDownloadedEvent |
Namespace: DedNet
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>