Click or drag to resize

ProgressEventArgs Constructor

Creates a ProgressEventArgs object.
Overload List
  NameDescription
Public methodProgressEventArgs
Creates a new instance of ProgressEventArgs.
Public methodProgressEventArgs(Int32, Int32)
Creates a new instance of ProgressEventArgs specifying the current and total progress values.
Public methodProgressEventArgs(Int32, Int32, String)
Creates a new instance of ProgressEventArgs specifying the current and total values, and the name of the method.
Top
See Also