Download information events

Namespace: BasicCard.BasicCards.Loader
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public event EventHandler<DownloadEventArgs> DownloadEvent
Visual Basic
Public Event DownloadEvent As EventHandler(Of DownloadEventArgs)
Visual C++
public:
 event EventHandler<DownloadEventArgs^>^ DownloadEvent {
	void add (EventHandler<DownloadEventArgs^>^ value);
	void remove (EventHandler<DownloadEventArgs^>^ value);
}
F#
member DownloadEvent : IEvent<EventHandler<DownloadEventArgs>,
    DownloadEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'DownloadEventArgs>)>)>

See Also