Control.OnPointerMoved(PointerRoutedEventArgs) メソッド

定義

PointerMoved イベントが発生する前に呼び出されます。

protected:
 virtual void OnPointerMoved(PointerRoutedEventArgs ^ e) = OnPointerMoved;
void OnPointerMoved(PointerRoutedEventArgs const& e);
protected virtual void OnPointerMoved(PointerRoutedEventArgs e);
function onPointerMoved(e)
Protected Overridable Sub OnPointerMoved (e As PointerRoutedEventArgs)

パラメーター

e
PointerRoutedEventArgs

イベントのイベント データ。

適用対象

こちらもご覧ください