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


IShapeConstructor.OnMouseDown Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > IShapeConstructor Interface > IShapeConstructor.OnMouseDown Method
ArcGIS Developer Help

IShapeConstructor.OnMouseDown Method

Occurs when a mouse button is pressed when this constructor is active.

[Visual Basic .NET]
Public Sub OnMouseDown ( _
    ByVal Button As Integer, _
    ByVal shift As Integer, _
    ByVal X As Integer, _
    ByVal Y As Integer _
)
[C#]
public void OnMouseDown (
    int Button,
    int shift,
    int X,
    int Y
);

Product Availability

Available with ArcGIS Desktop.

See Also

IShapeConstructor Interface