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