STK XSend comments on this topic.
OnConControlQuitReceived Method (IAgSTKXApplicationRawEvents)
See Also
pArgs
Windows





Windows & Linux

Description

Triggered when the [ConControl / QuitStk] connect command is received.

Syntax

[Visual Basic .NET]
Public Sub OnConControlQuitReceived( _
    ByVal pArgs As AgSTKXConControlQuitReceivedEventArgs _
)
[C#]
public void OnConControlQuitReceived(
    AgSTKXConControlQuitReceivedEventArgs pArgs
);
[Managed C++]
public: void OnConControlQuitReceived(
    AgSTKXConControlQuitReceivedEventArgs ^ pArgs
);
[Unmanaged C++]
public: HRESULT OnConControlQuitReceived(
    AgSTKXConControlQuitReceivedEventArgs * pArgs
);
[Java]
public void onConControlQuitReceived(
    AgSTKXConControlQuitReceivedEventArgs pArgs
);
[Python - STK API ]
def OnConControlQuitReceived(self, pArgs:"AgSTKXConControlQuitReceivedEventArgs") -> None:

Parameters

pArgs

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.