言語

DragDeltaEventArgs(Double, Double) コンストラクター

定義

DragDeltaEventArgs クラスの新しいインスタンスを初期化します。

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)

パラメーター

horizontalChange
Double

最後のThumb イベント以降のDragDelta位置の水平方向の変化。

verticalChange
Double

最後のThumb イベント以降のDragDelta位置の垂直方向の変化。

適用対象