The information associated with a file event is stored in an instance of FileEventNotifier. The different kinds of file events are represented by the class enumeration FileEventNotifier::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::FileEvent