Click or drag to resize
UIElementOnPointerMoved Method

[Missing <summary> documentation for "M:Windows.UI.Xaml.UIElement.OnPointerMoved(Windows.UI.Xaml.Input.PointerRoutedEventArgs)"]

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
protected virtual void OnPointerMoved(
	PointerRoutedEventArgs eventArgs
)

Parameters

eventArgs
Type: Windows.UI.Xaml.InputPointerRoutedEventArgs

[Missing <param name="eventArgs"/> documentation for "M:Windows.UI.Xaml.UIElement.OnPointerMoved(Windows.UI.Xaml.Input.PointerRoutedEventArgs)"]

See Also