![]() | Type | Description | ||
| Object as Object | Reference to ExShellObject that should or shouldn't be visible. | |||
| Include as Variant | A boolean expression that makes object visible (True), or hides it (False). |
When user selects some folder to browse, he also sets type of files that needs to be shown. Usually, this is done using FilePattern property, and IncludeObjectType property. This event is fired only if user set IncludeObjectType property to value 'UserObjects'. Each time eXShellView needs to determine if particular item should be visible or not, this event is fired. User should set Include variable to either True, or False, depending if he chooses to show or hide that item.