TappedRoutedEventArgsHandled Property |
Gets or sets a value that marks the routed event as handled. A true value
for Handled prevents most handlers along the event route from handling the
same event again.
Namespace: Windows.UI.Xaml.InputAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool Handled { get; set; }
Property Value
Type:
BooleanSee Also