C# Class AdvancedLauncher.SDK.Model.Events.DownloadCompleteEventArgs

Downloading event arguments
Inheritance: BaseEventArgs
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Méthodes publiques

Méthode Description
DownloadCompleteEventArgs ( DMODownloadResultCode Code, Guild Guild ) : AdvancedLauncher.SDK.Model.Entity

Initializes a new instance of DownloadCompleteEventArgs for specified DMODownloadResultCode and Guild.

Method Details

DownloadCompleteEventArgs() public méthode

Initializes a new instance of DownloadCompleteEventArgs for specified DMODownloadResultCode and Guild.
public DownloadCompleteEventArgs ( DMODownloadResultCode Code, Guild Guild ) : AdvancedLauncher.SDK.Model.Entity
Code DMODownloadResultCode Result code
Guild AdvancedLauncher.SDK.Model.Entity.Guild Guild instance
Résultat AdvancedLauncher.SDK.Model.Entity