Skip to content

DownloadProgressEventArgs class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.DownloadProgressEventArgs Modifiers: public

Summary

        DownloadProgressEventArgs.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class DownloadProgressEventArgs
class RoutedEventArgs
RoutedEventArgs <|-- DownloadProgressEventArgs

Inherits from: RoutedEventArgs

Remarks

Initializes a new instance of the DownloadProgressEventArgs class.

Constructors

NameSummary
.ctorDownloadProgressEventArgs.

Properties

NameSummary
ProgressGets or sets the progress.
Inherited members

See also