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 );