|
MultiProtocolFrameParserServerIndexUpdated Event
|
Occurs when the
ServerIndex of the associated connection is updated.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
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);
View SourceValue
EventHandler
See Also