C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml.Input
KeyEventHandler Delegate
KeyRoutedEventArgs Class
Pointer Class
PointerEventHandler Delegate
PointerRoutedEventArgs Class
TappedEventHandler Delegate
TappedRoutedEventArgs Class
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#
Copy
public
delegate
void
PointerEventHandler
(
Object
sender
,
PointerRoutedEventArgs
e
)
Parameters
sender
Type:
System
Object
The object that fired the event
e
Type:
Windows.UI.Xaml.Input
PointerRoutedEventArgs
The infos on the event
See Also
Reference
Windows.UI.Xaml.Input Namespace