TabStripEvents_MouseMoveEventHandler 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 TabStripEvents_MouseMoveEventHandler(int Index, short Button, short Shift, float X, float Y);
[<System.Runtime.InteropServices.ComVisible(false)>]
type TabStripEvents_MouseMoveEventHandler = delegate of int * int16 * int16 * single * single -> unit
Public Delegate Sub TabStripEvents_MouseMoveEventHandler(Index As Integer, Button As Short, Shift As Short, X As Single, Y As Single)
- Index
- Int32
- Button
- Int16
- Shift
- Int16
- X
- Single
- Y
- Single
- Attributes
Product | Versions |
---|---|
Office primary interop assembly | Latest |