NetXP 3.0 Reference

GroupClickedEventArgs Constructor 

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

[Visual Basic]
Public Sub New( _
   ByVal group As ListBarGroup, _
   ByVal location As Point, _
   ByVal mouseButton As MouseButtons _
)
[C#]
public GroupClickedEventArgs(
   ListBarGroup group,
   Point location,
   MouseButtons mouseButton
);

Parameters

group
The ListBarGroup 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

GroupClickedEventArgs Class | NETXP.Controls.Bars Namespace