Event to signal that a response to action list request has been received.

C# | Visual Basic | Visual C++ |
public event EventHandler<ActionListEventArgs> ActionListResponse
Public Event ActionListResponse As EventHandler(Of ActionListEventArgs)
public: event EventHandler<ActionListEventArgs^>^ ActionListResponse { void add (EventHandler<ActionListEventArgs^>^ value); void remove (EventHandler<ActionListEventArgs^>^ value); }