![]() | Type | Description | ||
| Group as Group | A Group object where the filter is changed. |
The following sample displays a new caption on the group's filter bar when the user changes the group's filter:
Private Sub ExplorerTree1_FilterChange(ByVal Group As EXPLORERTREELibCtl.IGroup)
Group.FilterBarCaption = "Displays items that start with 'M'"
End Sub
