Share via


GuidanceEngine.HideLaneInfo event

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

TBD

Syntax

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

Event information

Delegate TypedEventHandler<GuidanceEngine, LaneInfoEventArgs>

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