NetXP 3.0 Reference

ItemClickedEventArgs Constructor 

Constructs a new instance of this object. Called by the ListBar control when firing an ItemClicked event.

[Visual Basic]
Public Sub New( _
   ByVal item As ListBarItem, _
   ByVal location As Point, _
   ByVal mouseButton As MouseButtons _
)
[C#]
public ItemClickedEventArgs(
   ListBarItem item,
   Point location,
   MouseButtons mouseButton
);

Parameters

item
The item that has been clicked
location
The mouse location relative to the control for the click.
mouseButton
The mouse button used to click the item.

See Also

ItemClickedEventArgs Class | NETXP.Controls.Bars Namespace