event BrowseFolderChange ()
Fired after a new folder was browsed.

 TypeDescription 
It indicates that the control's changed the currently browsed folder. Use the CurrentFolder / BrowseFolder property to get the current folder. The programmer might put some initialization code here, or update it's variables, etc.

For instance, the following VB6 sample changes the browsing path for ExFolderView and ExFolderCombo components:

Private Sub ExShellView1_BrowseFolderChange()
    ExFolderCombo1.OpenedFolder = ExShellView1.BrowseFolder
    ExFolderView1.SelectedFolder = ExShellView1.BrowseFolder
End Sub


Send comments on this topic.
© 1999-2011 Exontrol.COM, Software. All rights reserved.