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

Public Member Functions | |
| FBEventFileChange (HKEventBase pEvent) | |
| Constructor. | |
Public Member Functions inherited from FBEvent | |
| FBEvent (HKEvent pEvent) | |
| Constructor. | |
Public Attributes | |
| str | Path |
| Read Only Property: The path of changed file. | |
| FBFileMonitoringType | Type |
| Read Only Property: Type of file change event. | |
Public Attributes inherited from FBEvent | |
| int | Type |
| Read Only Property: Type of event. | |
File change event class.
This event occurs every time a monitored file changed:
| FBEventFileChange | ( | HKEventBase | pEvent | ) |
Constructor.
| pEvent | Base event (internal) to obtain information from. |
| str Path |
Read Only Property: The path of changed file.
| FBFileMonitoringType Type |
Read Only Property: Type of file change event.