Occurs when a BPA PDCstream ConfigurationFrame has been received.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler<EventArgs<ConfigurationFrame>> ReceivedConfigurationFrame
Public Event ReceivedConfigurationFrame As EventHandler(Of EventArgs(Of ConfigurationFrame))
public: event EventHandler<EventArgs<ConfigurationFrame^>^>^ ReceivedConfigurationFrame { void add (EventHandler<EventArgs<ConfigurationFrame^>^>^ value); void remove (EventHandler<EventArgs<ConfigurationFrame^>^>^ value); }
Remarks
Argument()()()() is the ConfigurationFrame that was received.