File change event class. More...
#include <fbsystem.h>
Public Member Functions | |
FBEventFileChange (HKEventBase pEvent) | |
Constructor. More... | |
![]() | |
FBEvent (HKEvent pEvent) | |
Constructor. More... | |
Public Attributes | |
FBPropertyFileMonitoringType | Type |
Read Only Property: Type of file change event. More... | |
FBPropertyString | Path |
Read Only Property: The path of changed file. More... | |
![]() | |
FBPropertyInt | Type |
Read Only Property: Type of event. More... | |
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.