Content


NTL
Core
IPropertyHandlerListener

IPropertyHandlerListener



Listener form property handler. It set to property handler when it becomes active. Property handler should use it to notify parent editor about property changes.

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class IPropertyHandlerListener :public virtual IBuiltInControlListener
{
public:
    virtual void NotifyOnPropertyChange(IBuiltInControl *sender, IProperty *property) = 0; // Called each time property has been changed by property handler. Use it in property editor to populate values to all required properties
};
Namespace: nitisa
Include: Nitisa/Package/Interfaces/IPropertyHandlerListener.h