PalmSens SDK Class Library

Comm.DownloadProgressEventHandler Delegate

Delegate for handlers of the DownloadProgressEvent

[Visual Basic]
Public Delegate Sub Comm.DownloadProgressEventHandler( _
   ByVal sender As Object, _
   ByVal e As DownloadProgressEventArgs _
)
[C#]
public delegate void Comm.DownloadProgressEventHandler(
   object sender,
   DownloadProgressEventArgs e
);

Requirements

Namespace: PalmSens.Comm

Assembly: PalmSens.Comm (in PalmSens.Comm.dll)

See Also

PalmSens.Comm Namespace