BeforeGroupChangedEventArgs Constructor
Constructs a new instance of this object. Called by the ListBar control before firing a BeforeSelectedGroupChanged
event.
[Visual Basic]Public Sub New( _
ByVal
group As
ListBarGroup _
)
[C#]public BeforeGroupChangedEventArgs(
ListBarGroup group);
Parameters
- group
- The group that will be selected
See Also
BeforeGroupChangedEventArgs Class | NETXP.Controls.Bars Namespace