Fired when the middle-mouse button is double-clicked.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DMouseEvents_MouseMBtnDblClkNotifyEventHandler( _
ByVal X As Integer, _
ByVal Y As Integer, _
ByVal WParam As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DMouseEvents_MouseMBtnDblClkNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DMouseEvents_MouseMBtnDblClkNotifyEventHandler(
int X,
int Y,
int WParam
) |
C++/CLI | |
---|
public delegate int DMouseEvents_MouseMBtnDblClkNotifyEventHandler(
& int X,
& int Y,
& int WParam
) |
Parameters
- X
- x coordinate of the pointer in the window space
- Y
y coordinate of the pointer in the window space
- WParam
- Data about the state of the keyboard at the time the event was sent, see MSDN for details on how to decode this data
Remarks
Availability
SolidWorks 2007 FCS, Revision Number 15.0