Triggered when the [ConControl / QuitStk] connect command is received.
[Visual Basic .NET] |
---|
Public Event OnConControlQuitReceived( _ ByVal pArgs As AgSTKXConControlQuitReceivedEventArgs _ ) |
[C#] |
---|
public void OnConControlQuitReceived( AgSTKXConControlQuitReceivedEventArgs pArgs ); |
[Managed C++] |
---|
public: void OnConControlQuitReceived( AgSTKXConControlQuitReceivedEventArgs ^ pArgs ); |
[Java] |
---|
public void onConControlQuitReceived( AgSTKXConControlQuitReceivedEventArgs pArgs ); |
[Unmanaged C++] |
---|
public: void OnConControlQuitReceived( AgSTKXConControlQuitReceivedEventArgs * pArgs ); |
- pArgs