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);
}
function add_ReceivedConfigurationFrame(value);
function remove_ReceivedConfigurationFrame(value);