STK UI PluginsSend comments on this topic.
OnMouseClick Method (IAgUiPlugin3DNotify)
See Also
EventArgs
Context
Windows





Windows & Linux

Description

Invoked by the hosting application in response to a mouse event.

Syntax

[Visual Basic .NET]
Public Sub OnMouseClick( _
    ByVal EventArgs As IAgUiPlugin3DMouseEventArgs, _
    ByVal Context As IAgUiPlugin3DNotifyContext _
)
[Managed C++]
public: void OnMouseClick(
    IAgUiPlugin3DMouseEventArgs ^ EventArgs,
    IAgUiPlugin3DNotifyContext ^ Context
);
[Unmanaged C++]
public: HRESULT OnMouseClick(
    IAgUiPlugin3DMouseEventArgs * EventArgs,
    IAgUiPlugin3DNotifyContext * Context
);

Parameters

EventArgs
Context

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.