ScrollEventArgs(ScrollEventType, Double) Constructor

Definición

Inicializa una instancia de la ScrollEventArgs clase mediante el valor de enumeración especificado ScrollEventType y la nueva ubicación del Thumb control en ScrollBar.

public:
 ScrollEventArgs(System::Windows::Controls::Primitives::ScrollEventType scrollEventType, double newValue);
public ScrollEventArgs(System.Windows.Controls.Primitives.ScrollEventType scrollEventType, double newValue);
new System.Windows.Controls.Primitives.ScrollEventArgs : System.Windows.Controls.Primitives.ScrollEventType * double -> System.Windows.Controls.Primitives.ScrollEventArgs
Public Sub New (scrollEventType As ScrollEventType, newValue As Double)

Parámetros

scrollEventType
ScrollEventType

Valor ScrollEventType de enumeración que describe el tipo de Thumb movimiento que provocó el evento.

newValue
Double

Valor que corresponde a la nueva ubicación de Thumb en .ScrollBar

Se aplica a