File change event class. More...
#include <fbsystem.h>

Public Member Functions | |
| FBEventFileChange (HKEventBase pEvent) | |
| Constructor. | |
Public Member Functions inherited from FBEvent | |
| FBEvent (HKEvent pEvent) | |
| Constructor. | |
Public Attributes | |
| FBPropertyFileMonitoringType | Type |
| Read Only Property: Type of file change event. | |
| FBPropertyString | Path |
| Read Only Property: The path of changed file. | |
Public Attributes inherited from FBEvent | |
| FBPropertyInt | Type |
| Read Only Property: Type of event. | |
File change event class.
This event occurs every time a monitored file changed:
Definition at line 497 of file fbsystem.h.
| FBEventFileChange | ( | HKEventBase | pEvent | ) |
Constructor.
| pEvent | Base event (internal) to obtain information from. |
| FBPropertyString Path |
Read Only Property: The path of changed file.
Definition at line 507 of file fbsystem.h.
| FBPropertyFileMonitoringType Type |
Read Only Property: Type of file change event.
Definition at line 506 of file fbsystem.h.