This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > IShapeConstructor Interface > IShapeConstructor.OnMouseUp Method (ArcObjects .NET 10.5 SDK) |
Occurs when a mouse button is released when this constructor is active.
[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 );