  | RemoteSynchronizationServiceStopped Event | 
 
            Fired when the service ahs stopped
            
 
    Namespace: 
   SanteDB.DisconnectedClient.Synchronization
    Assembly:
   SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic event EventHandler Stopped
Public Event Stopped As EventHandler
public:
virtual  event EventHandler^ Stopped {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}abstract Stopped : IEvent<EventHandler,
    EventArgs>
override Stopped : IEvent<EventHandler,
    EventArgs>Value
Type: 
SystemEventHandlerImplements
IDaemonServiceStopped
See Also