Occurs when an IEEE C37.118 ConfigurationFrame2 has been received.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler<EventArgs<ConfigurationFrame2>> ReceivedConfigurationFrame2
Public Event ReceivedConfigurationFrame2 As EventHandler(Of EventArgs(Of ConfigurationFrame2))
public: event EventHandler<EventArgs<ConfigurationFrame2^>^>^ ReceivedConfigurationFrame2 { void add (EventHandler<EventArgs<ConfigurationFrame2^>^>^ value); void remove (EventHandler<EventArgs<ConfigurationFrame2^>^>^ value); }
Remarks
Argument()()()() is the ConfigurationFrame2 that was received.