'DeclarationPublic Function New( _ ByVal downloaded As Integer, _ ByVal total As Integer _ )
'UsageDim downloaded As Integer Dim total As Integer Dim instance As New LogDownloadUpdateEventArgs(downloaded, total)
public LogDownloadUpdateEventArgs( int downloaded, int total )
Parameters
- downloaded
- total