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