Download event arguments
Namespace: BasicCard.BasicCards.LoaderAssembly: 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
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