Fired when the right-mouse button is double-clicked.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DMouseEvents_MouseRBtnDblClkNotifyEventHandler( _
ByVal X As Integer, _
ByVal Y As Integer, _
ByVal WParam As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DMouseEvents_MouseRBtnDblClkNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DMouseEvents_MouseRBtnDblClkNotifyEventHandler(
int X,
int Y,
int WParam
) |
C++/CLI | |
---|
public delegate int DMouseEvents_MouseRBtnDblClkNotifyEventHandler(
& int X,
& int Y,
& int WParam
) |
Parameters
- X
- x coordinate in window space
- Y
- y coordinate in 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