|   | MultiProtocolFrameParserServerIndexUpdated Event | 
        
        
            Occurs when the 
ServerIndex of the associated connection is updated.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic event EventHandler ServerIndexUpdated
Public Event ServerIndexUpdated As EventHandler
public:
 event EventHandler^ ServerIndexUpdated {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}member ServerIndexUpdated : IEvent<EventHandler,
    EventArgs>function add_ServerIndexUpdated(value);
function remove_ServerIndexUpdated(value);
Value
EventHandler See Also
See Also