'DeclarationPublic Event LogDownloadUpdate As EventHandler(Of LogDownloadUpdateEventArgs)
'UsageDim instance As DeviceIHH505 Dim handler As EventHandler(Of LogDownloadUpdateEventArgs) AddHandler instance.LogDownloadUpdate, handler
public event EventHandler<LogDownloadUpdateEventArgs> LogDownloadUpdate
Event Data
The event handler receives an argument of type LogDownloadUpdateEventArgs containing data related to this event. The following LogDownloadUpdateEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Downloaded | |
| Remaining | |
| Total |
Frameworks
| Product | Versions |
|---|---|
| .NET | net8.0 |
| .NET Framework | net48 |
See Also