Event list with all control events added.
You can find more information in comments below. Overrided methods can be found in corresponding base class.
class CControlEventList :public CComponentEventList
{
public:
CControlEventList(IPackage *package, IControl *control, IPackageEntity *entity); // Create event list with all control events
};
Namespace: | nitisa |
Include: | Nitisa/Package/EventLists/ControlEventList.h |