Download event arguments

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

Syntax

C#
[CLSCompliantAttribute(true)]
public class DownloadEventArgs : EventArgs
Visual Basic
<CLSCompliantAttribute(true)>
Public Class DownloadEventArgs
	Inherits EventArgs
Visual C++
[CLSCompliantAttribute(true)]
public ref class DownloadEventArgs : public EventArgs
F#
[<CLSCompliantAttribute(true)>]
type DownloadEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    BasicCard.BasicCards.Loader..::..DownloadEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also