IBuiltInScrollListener



Scroll built-in control listener. It describes required methods which scroll will use to notify listener owner about changes.

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

class IBuiltInScrollListener :public virtual IBuiltInControlListener
{
public:
    virtual void NotifyOnScroll(IBuiltInControl *sender) = 0; // Called when scrolled by timer
};
Namespace: nitisa
Include: Nitisa/BuiltInControls/IBuiltInScrollListener.h