DragDeltaEventArgs(Double, Double) Konstruktor

Definice

Inicializuje novou instanci DragDeltaEventArgs třídy .

public:
 DragDeltaEventArgs(double horizontalChange, double verticalChange);
public DragDeltaEventArgs (double horizontalChange, double verticalChange);
new System.Windows.Controls.Primitives.DragDeltaEventArgs : double * double -> System.Windows.Controls.Primitives.DragDeltaEventArgs
Public Sub New (horizontalChange As Double, verticalChange As Double)

Parametry

horizontalChange
Double

Vodorovná změna Thumb pozice od poslední DragDelta události.

verticalChange
Double

Svislá změna Thumb pozice od poslední DragDelta události.

Platí pro