Click or drag to resize
UIElementOnPointerPressed Method
Raises the PointerPressed event

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

Parameters

eventArgs
Type: Windows.UI.Xaml.InputPointerRoutedEventArgs
The arguments for the event.
See Also