note description: "Event interface for the Font object. OLE Automation." legal: "See notice at end of class." status: "See notice at end of class." generator: "Automatically generated by the EiffelCOM Wizard." deferred class FONT_EVENTS_INTERFACE inherit ECOM_INTERFACE feature -- Status Report font_changed_user_precondition (property_name: STRING): BOOLEAN -- User-defined preconditions for `font_changed'. -- Redefine in descendants if needed. do Result := True end feature -- Basic Operations font_changed (property_name: STRING) -- No description available. -- `property_name' [in]. require font_changed_user_precondition: font_changed_user_precondition (property_name) deferred end note copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- FONT_EVENTS_INTERFACE