| Visual Basic (Declaration) | |
|---|---|
Public Event ScrollComplete As dbiExplorerBar.EventScrollCompleteHandle | |
| C# | |
|---|---|
public event dbiExplorerBar.EventScrollCompleteHandle ScrollComplete | |
The event handler receives an argument of type ScrollCompleteEventArgs containing data related to this event. The following ScrollCompleteEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| List | Gets the index of the list that was scrolling |
| ScrollDirection | Gets the direction the list scrolled |
This event will only fire when ControlType Property is Explorer and SmoothScroll Property is true.