ObjectClickedEventArgs Constructor
When used in a subclass, constructs a new instance of the class with the specified mouse location and button.
[Visual Basic]Public Sub New( _
ByVal
location As
Point, _
ByVal
mouseButton As
MouseButtons _
)
Parameters
- location
- The location of the mouse.
- mouseButton
- The button which was pressed.
See Also
ObjectClickedEventArgs Class | NETXP.Controls.Bars Namespace