FormEvents_MouseUpEventHandler Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void FormEvents_MouseUpEventHandler(short Button, short Shift, float X, float Y);
[<System.Runtime.InteropServices.ComVisible(false)>]
type FormEvents_MouseUpEventHandler = delegate of int16 * int16 * single * single -> unit
Public Delegate Sub FormEvents_MouseUpEventHandler(Button As Short, Shift As Short, X As Single, Y As Single)
- Button
- Int16
- Shift
- Int16
- X
- Single
- Y
- Single
- Attributes
Product | Versions |
---|---|
Office primary interop assembly | Latest |