AGI Ui Plugins 11 Send comments on this topic.
OnMouseClick Method (IAgUiPlugin3DNotify)
See Also 
EventArgs
Context





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1