public class ScrollModEventArgs extends TeeEvent
| Modifier and Type | Field and Description |
|---|---|
boolean |
AllowScroll |
double |
Max |
double |
Min |
| Constructor and Description |
|---|
ScrollModEventArgs(double min,
double max,
boolean allowScroll) |