OBEXOPPConnection.OnSendObjectProgress Event
Fires on each sent file chunk, to trace the file sending progress.
[Visual Basic]
<Description(Description:="Fires on each sent file chunk, to trace the file sending progress")>
Public Event OnSendObjectProgress As
SendObjectProgressDelegate
[C#]
[Description(Description="Fires on each sent file chunk, to trace the file sending progress")]
public event
SendObjectProgressDelegate OnSendObjectProgress;
See Also
OBEXOPPConnection Class | BlueLibs.Components Namespace