property ExFileView.ChangeNotification as Boolean

Enables or disables control's notifications by firing Change event, whether the control's list was altered.

TypeDescription
Boolean A boolean expression that indicates whether the Change event is enabled or disabled.

The ChangeNotification has effect only if the AutoUpdate property is True. If the ChangeNotification property is True, the control fires Change event each time a new change occurs in the browsed folder ( adding, removing, changing files, or folders ). Use the State property to determine the new state of the file or folder. Use the Folder property to specify whether the object holds information about a folder of a file. Use the BrowseFolderPath property to indicates the browsed folder.