Show / Hide Table of Contents

Property Handled

Handled

Gets or sets a value indicating whether the router event should continue to bubble as it travels the route.

Declaration
public bool Handled { get; set; }
Property Value
Type Description
Boolean

If setting, set to true if the event is to be marked handled; otherwise false. If reading this value, true indicates that either a class handler, or some instance handler along the route, has already marked this event handled. false indicates that no such handler has marked the event handled. The default value is false.

Applies to

Platforms and versions
TargetVersions
.NET 6.0 Windows100.13 - 100.15
In This Article
Back to top Copyright © 2022 Esri.