|   | ConfigurationFrameConfigurationFileReloaded Event | 
        
        
            Occurs when the Macrodyne INI based configuration file has been reloaded.
            
        
        Namespace: GSF.PhasorProtocols.MacrodyneAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic event EventHandler ConfigurationFileReloaded
Public Event ConfigurationFileReloaded As EventHandler
public:
 event EventHandler^ ConfigurationFileReloaded {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}member ConfigurationFileReloaded : IEvent<EventHandler,
    EventArgs>function add_ConfigurationFileReloaded(value);
function remove_ConfigurationFileReloaded(value);
Value
EventHandler See Also
See Also