27 #ifndef __ISupportedEvents_h__ 28 #define __ISupportedEvents_h__ 30 #include "IPMUnknown.h" 31 #include "BehaviorID.h" 63 enum { kDefaultIID = IID_ISUPPORTEDEVENTS };
74 virtual bool16 SupportsFormatEvents()
const = 0;
76 virtual bool16 SupportsKeystrokeEvents()
const = 0;
78 virtual bool16 SupportsValidateEvents()
const = 0;
80 virtual bool16 SupportsCalculateEvents()
const = 0;
82 virtual bool16 SupportsSignedEvents()
const = 0;
84 virtual bool16 SupportsSelectionChangedEvents()
const = 0;
86 virtual bool16 SupportsDocumentEvents()
const = 0;
89 #endif // __IBehaviorEvent_h__