StateChanged Evento
Se produce cuando hay un cambio en el estado de la sesión de sincronización.
Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization.Data (en Microsoft.Synchronization.Data.dll)
Sintaxis
'Declaración
Public Event StateChanged As EventHandler(Of SessionStateChangedEventArgs)
'Uso
Dim instance As SyncAgent
Dim handler As EventHandler(Of SessionStateChangedEventArgs)
AddHandler instance.StateChanged, handler
public event EventHandler<SessionStateChangedEventArgs> StateChanged
public:
event EventHandler<SessionStateChangedEventArgs^>^ StateChanged {
void add (EventHandler<SessionStateChangedEventArgs^>^ value);
void remove (EventHandler<SessionStateChangedEventArgs^>^ value);
}
member StateChanged : IEvent<EventHandler<SessionStateChangedEventArgs>,
SessionStateChangedEventArgs>