Invoked by the hosting application in response to a mouse event.
[Visual Basic .NET] |
---|
Public Sub OnMouseClick( _ ByVal EventArgs As IAgUiPlugin3DMouseEventArgs, _ ByVal Context As IAgUiPlugin3DNotifyContext _ ) |
[C#] |
---|
public void OnMouseClick( IAgUiPlugin3DMouseEventArgs EventArgs, IAgUiPlugin3DNotifyContext Context ); |
[Managed C++] |
---|
public: void OnMouseClick( IAgUiPlugin3DMouseEventArgs ^ EventArgs, IAgUiPlugin3DNotifyContext ^ Context ); |
[Unmanaged C++] |
---|
public: HRESULT OnMouseClick( IAgUiPlugin3DMouseEventArgs * EventArgs, IAgUiPlugin3DNotifyContext * Context ); |
[Java] |
---|
public void onMouseClick( IAgUiPlugin3DMouseEventArgs EventArgs, IAgUiPlugin3DNotifyContext Context ); |
- EventArgs
- Context