Table of Contents

Class ScrollEventArgs

Namespace
Fantas.UI
Assembly
Fantas.dll

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; }

Property Value

float