Guidance.RerouteBeginEvent | reroutebeginevent event

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

TBD

Syntax

function onRerouteBeginEvent(eventArgs) { /* Your code */ }
 
// addEventListener syntax
guidance.addEventListener("reroutebeginevent", onRerouteBeginEvent);
guidance.removeEventListener("reroutebeginevent", onRerouteBeginEvent);
 
- or -

guidance.onreroutebeginevent = onRerouteBeginEvent;
public event EmptyEventHandler RerouteBeginEvent
Public Event RerouteBeginEvent As EmptyEventHandler
public:
event EmptyEventHandler^ RerouteBeginEvent {
   Windows::Foundation::EventRegistrationToken add(EmptyEventHandler^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate EmptyEventHandler

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

Guidance