|   | ServiceHelperSystemShutdown Event | 
        
        
            Occurs when the system is being shutdown.
            
        
        Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic event EventHandler SystemShutdown
Public Event SystemShutdown As EventHandler
public:
 event EventHandler^ SystemShutdown {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}member SystemShutdown : IEvent<EventHandler,
    EventArgs>function add_SystemShutdown(value);
function remove_SystemShutdown(value);
Value
EventHandler See Also
See Also