Share via


Traffic.RequestStateEvent event

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

TBD

Syntax

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

Event information

Delegate TypedEventHandler<Traffic, TrafficEventArgs>

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

Traffic