AGI Ui Plugins 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface