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