C# Class Nexus.Client.Util.CancelProgressEventArgs

Describes the arguments passed to a cancelable progress update event.
Inheritance: System.ComponentModel.CancelEventArgs
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode Description
CancelProgressEventArgs ( float p_fltPercentComplete ) : System.ComponentModel

A simple contructor that initializes the object with the given values.

Method Details

CancelProgressEventArgs() public méthode

A simple contructor that initializes the object with the given values.
public CancelProgressEventArgs ( float p_fltPercentComplete ) : System.ComponentModel
p_fltPercentComplete float he completion percentage being reported.
Résultat System.ComponentModel