indexing
	description: "Event interface for the Font object. OLE Automation."
	note: "Automatically generated by the EiffelCOM Wizard."

deferred class interface
	FONT_EVENTS_INTERFACE

feature -- Access

	item: POINTER
			-- Pointer to COM interface.
			-- (from ECOM_INTERFACE)
	
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)
	
feature -- Status Report

	font_changed_user_precondition (property_name: STRING): BOOLEAN
			-- User-defined preconditions for font_changed.
			-- Redefine in descendants if needed.
	
invariant

		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

end -- class FONT_EVENTS_INTERFACE