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


OnMouseUpEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

OnMouseUpEventHandler Delegate

Represents the method that handles the OnMouseUp event.
[Visual Basic .NET]
Public Delegate Sub OnMouseUpEventHandler ( _
    ByVal button As Integer, _
    ByVal shift As Integer, _
    ByVal X As Integer, _
    ByVal Y As Integer _
)
[C#]
public delegate void OnMouseUpEventHandler (
    int button,
    int shift,
    int X,
    int Y
);