This document is archived and information here might be outdated.  Recommended version.


ISelectionTracker.OnMouseUp Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISelectionTracker Interface > ISelectionTracker.OnMouseUp Method
ArcGIS Developer Help

ISelectionTracker.OnMouseUp Method

Finish move or resize tracking.

[Visual Basic .NET]
Public Sub OnMouseUp ( _
    ByVal button As Integer, _
    ByVal shift As Integer, _
    ByVal x As Integer, _
    ByVal y As Integer _
)
[C#]
public void OnMouseUp (
    int button,
    int shift,
    int x,
    int y
);
[C++]
HRESULT OnMouseUp(
  long button,
  long shift,
  long x,
  long y
);
[C++]
Parameters
button [in]

button is a parameter of type long shift [in]
shift is a parameter of type long x [in]
x is a parameter of type long y [in]
y is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISelectionTracker Interface