Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.ProgressChangedEventArgs Class Reference

Public Member Functions

 ProgressChangedEventArgs (int progressPercentage, object? userState)
 

Static Public Attributes

static readonly EventArgs Empty = new EventArgs()
 

Properties

int ProgressPercentage [get]
 
object? UserState [get]
 

Private Attributes

readonly int _progressPercentage
 
readonly object _userState
 

Detailed Description

Definition at line 3 of file ProgressChangedEventArgs.cs.


The documentation for this class was generated from the following file: