GuidanceEngine.RerouteEndEvent event

[This documentation is preliminary and is subject to change.]

TBD

Syntax

public event TypedEventHandler<GuidanceEngine, GuidanceEventArgs> RerouteEndEvent
Public Event RerouteEndEvent As TypedEventHandler(Of GuidanceEngine, GuidanceEventArgs)
public:
event TypedEventHandler<GuidanceEngine, GuidanceEventArgs>^ RerouteEndEvent {
   Windows::Foundation::EventRegistrationToken add(TypedEventHandler<GuidanceEngine, GuidanceEventArgs>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate TypedEventHandler<GuidanceEngine, GuidanceEventArgs>

Requirements (device family)

Device family

Universal

API contract

windows.foundation.universalapicontract, introduced version 1.0

Namespace

Windows.Services.Maps.Guidance Windows::Services::Maps::Guidance [C++]

Metadata

windows.foundation.universalapicontract.winmd

See also

GuidanceEngine