indexing
description: "Event interface for the Font object. OLE Automation."
note: "Automatically generated by the EiffelCOM Wizard."
deferred class interface
FONT_EVENTS_INTERFACE
feature
item: POINTER
ECOM_INTERFACE
feature
font_changed (property_name: STRING)
property_name
require
font_changed_user_precondition: font_changed_user_precondition (property_name)
feature
font_changed_user_precondition (property_name: STRING): BOOLEAN
font_changed
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- FONT_EVENTS_INTERFACE