DesignIntf.IEventInfo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: DesignIntf

Delphi

IEventInfo = interface

C++

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

Description

Holds type information about an event.

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

See Also