|
ConfigurationFrameConfigurationFileReloaded Event
|
Occurs when the BPA PDCstream INI based configuration file has been reloaded.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
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);
View SourceValue
EventHandler
See Also