Imports System.Diagnostics
Imports Infragistics.Win
Imports Infragistics.Win.UltraWinExplorerBar
Private Sub ultraExplorerBar1_SelectedGroupChanged(ByVal sender As Object, ByVal e As Infragistics.Win.UltraWinExplorerBar.GroupEventArgs) Handles ultraExplorerBar1.SelectedGroupChanged
Debug.WriteLine("The SelectedGroup has changed. The new SelectedGroup is: " + e.Group.Text + "'")
End Sub