ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.DriveList.TOnDriveSpaceChanged

The event that is fired when the space of a drive changed.

Syntax
Pascal
TOnDriveSpaceChanged = procedure (Sender: TObject; Path: UnicodeString; TotalSpace, FreeSpace: int64) of object;
Parameters 
Description 
Sender 
The control that fired the event. 
Path 
The drive path. 
TotalSpace 
The new total space. 
FreeSpace 
The new free space.