Edit

Share via


MdcToggleButtonEvents_MouseUpEventHandler Delegate

Definition

[System.Runtime.InteropServices.ComVisible(false)]
public delegate void MdcToggleButtonEvents_MouseUpEventHandler(short Button, short Shift, float X, float Y);
[<System.Runtime.InteropServices.ComVisible(false)>]
type MdcToggleButtonEvents_MouseUpEventHandler = delegate of int16 * int16 * single * single -> unit
Public Delegate Sub MdcToggleButtonEvents_MouseUpEventHandler(Button As Short, Shift As Short, X As Single, Y As Single)

Parameters

Button
Int16
Shift
Int16
X
Single
Y
Single
Attributes

Applies to