Interface class that listeners need to implement to receive scroll box change notifications.  
 More...
#include <UiScrollBoxBus.h>
Inherits AZ::ComponentBus.
 | 
| 
virtual void  | OnScrollOffsetChanging (AZ::Vector2 newScrollOffset)=0 | 
|   | Called when the scroll offset is changing. 
  | 
|   | 
| 
virtual void  | OnScrollOffsetChanged (AZ::Vector2 newScrollOffset)=0 | 
|   | Called when the scroll offset is done changing. 
  | 
|   | 
Interface class that listeners need to implement to receive scroll box change notifications. 
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Include/LyShine/Bus/UiScrollBoxBus.h