event FilterChange (Group as Group)
Occurs when filter was changed.

 TypeDescription 
   Group as Group A Group object where the filter is changed.  
Use the FilterChange event to notify your application that the group's filter is changed. The ApplyFilter and ClearFilter methods fire the FilterChange event. Use the DisplayFilterButton property to display the column's filter button.

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


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.