ScrollEventArgs(ScrollEventType, Double) Constructor

Definición

Inicializa una instancia de la clase ScrollEventArgs con el valor especificado de la enumeración ScrollEventType y la nueva ubicación del control Thumb 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 de la enumeración ScrollEventType que describe el tipo de movimiento de Thumb que produjo el evento.

newValue
Double

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

Se aplica a