SimulatorProgressEventArgs Constructor

Initializes a new instance of the SimulatorProgressEventArgs class.
public SimulatorProgressEventArgs( 
long count
int percent 
)
This language is not supported or no code example is available.
public:  
SimulatorProgressEventArgs( 
long count
int percent 
)
This language is not supported or no code example is available.
public function SimulatorProgressEventArgs( 
count : long
percent : int 
);
This language is not supported or no code example is available.

Parameters

count
long

The count.

percent
int

The percent.

In this article

Definition