The file list now constains folders as well as files.
This causes other changes.
OnAddFiles and OnRemoveFiles events got a new parameter -
NumberOfItems. NumberOfFiles as before means a number of files
affected by the change, it does not include folders. The
NumberOfItems parameter counts both files and folders.
FileCount property counts only files in the file list. To get
total number of items use FileListItemCount property.