C# Class Nexus.Client.Util.CancelProgressEventArgs

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

Public Methods

Method Description
CancelProgressEventArgs ( float p_fltPercentComplete ) : System.ComponentModel

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

Method Details

CancelProgressEventArgs() public method

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.
return System.ComponentModel