Share via


CopyProgressUpdatedEventDelegate Delegate

Namespace:  Microsoft.Exchange.Common
Assembly:  Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)

Syntax

'Declaration
Public Delegate Sub CopyProgressUpdatedEventDelegate ( _
    sender As Object, _
    copiedBytes As Integer _
)
'Usage
Dim instance As New CopyProgressUpdatedEventDelegate(AddressOf HandlerMethod)
public delegate void CopyProgressUpdatedEventDelegate(
    Object sender,
    int copiedBytes
)

Parameters