|   | FrameParserBaseTFrameIdentifierConfigurationChanged Event | 
        
        
            Occurs when a device sends a notification that its configuration has changed.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic event EventHandler ConfigurationChanged
Public Event ConfigurationChanged As EventHandler
public:
virtual  event EventHandler^ ConfigurationChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}abstract ConfigurationChanged : IEvent<EventHandler,
    EventArgs>
override ConfigurationChanged : IEvent<EventHandler,
    EventArgs>function add_ConfigurationChanged(value);
function remove_ConfigurationChanged(value);
Value
EventHandlerImplements
IFrameParserConfigurationChanged See Also
See Also