Click or drag to resize
PointerEventHandler Delegate
Represents the method that will handle pointer message events such as PointerPressed.

Namespace: Windows.UI.Xaml.Input
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public delegate void PointerEventHandler(
	Object sender,
	PointerRoutedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that fired the event
e
Type: Windows.UI.Xaml.InputPointerRoutedEventArgs
The infos on the event
See Also