DesignIntf.IEventInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IEventInfo = interface

C++

__interface  INTERFACE_UUID("{C3A5B0FD-37C6-486B-AD29-642C51928787}") IEventInfo  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

Description

Holds type information about an event.

IEventInfo abstracts the notion of a TTypeData record for an event.

See Also