NetXP 3.0 Reference

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 _
)
[C#]
public ObjectClickedEventArgs(
   Point location,
   MouseButtons mouseButton
);

Parameters

location
The location of the mouse.
mouseButton
The button which was pressed.

See Also

ObjectClickedEventArgs Class | NETXP.Controls.Bars Namespace