Fired when the left-mouse button is released after being pressed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DMouseEvents_MouseLBtnUpNotifyEventHandler( _
ByVal X As Integer, _
ByVal Y As Integer, _
ByVal WParam As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DMouseEvents_MouseLBtnUpNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DMouseEvents_MouseLBtnUpNotifyEventHandler(
int X,
int Y,
int WParam
) |
C++/CLI | |
---|
public delegate int DMouseEvents_MouseLBtnUpNotifyEventHandler(
& 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