Click or drag to resize
PointerRoutedEventArgsHandled Property
Gets or sets a value that marks the routed event as handled, and prevents most handlers along the event route from handling the same event again.

Namespace: Windows.UI.Xaml.Input
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool Handled { get; set; }

Property Value

Type: Boolean
See Also