SyncAgent.SessionProgress Event
Occurs during synchronization: after metadata is read at the client, after metadata is written, after changes are downloaded, and after changes are uploaded.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Event SessionProgress As EventHandler(Of SessionProgressEventArgs)
'Usage
Dim instance As SyncAgent
Dim handler As EventHandler(Of SessionProgressEventArgs)
AddHandler instance.SessionProgress, handler
public event EventHandler<SessionProgressEventArgs> SessionProgress
public:
event EventHandler<SessionProgressEventArgs^>^ SessionProgress {
void add (EventHandler<SessionProgressEventArgs^>^ value);
void remove (EventHandler<SessionProgressEventArgs^>^ value);
}
member SessionProgress : IEvent<EventHandler<SessionProgressEventArgs>,
SessionProgressEventArgs>
JScript supports the use of events, but not the declaration of new ones.