The information associated with a file event is stored in an instance of FileEvent. The different kinds of file events are represented by the class enumeration FileEvent::m_eType. The list of file events which can be handled or triggered are:
File events are triggered via the method Kernel::TriggerFileEvent().
File events can be handled as node/attribute events by wrapping them in an aptr template. For example see Kernel::m_pFileEvent