MapEventArgs.Handled Property

 

Gets or sets whether the map event is handled.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public bool Handled { get; set; }
public:
property bool Handled {
    bool get();
    void set(bool value);
}
member Handled : bool with get, set
Public Property Handled As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

Remarks

If this property is set to true, the default map action is not called.

See Also

MapEventArgs Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top