'Declaration Protected Friend Overridable Sub OnFolderSynchronizationProgression( _ ByVal sender As Object, _ ByVal e As FolderSynchronizationProgressionEventArgs _ )
'Usage Dim instance As SynchronizationEvents Dim sender As Object Dim e As FolderSynchronizationProgressionEventArgs instance.OnFolderSynchronizationProgression(sender, e)
protected internal virtual void OnFolderSynchronizationProgression( object sender, FolderSynchronizationProgressionEventArgs e )
Parameters
- sender
- The object on which the method was called.
- e
- A FolderSynchronizationProgressionEventArgs object that contains the event data.