Class ScrollEventArgs
Scroll bar event args
public class ScrollEventArgs : EventArgs
- Inheritance
-
ScrollEventArgs
Constructors
ScrollEventArgs(float)
ctor
public ScrollEventArgs(float value)
Parameters
value
float
Properties
NewValue
New Value after ScrollBar Value is changed
public float NewValue { get; }