MapControlNavigationBar.TemplateApplied Event

This documentation is no longer available on MSDN, however it is available as a CHM download.

Occurs when a template is applied to the map control navigation bar.

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

Usage

Syntax

'Declaration
Public Event TemplateApplied As EventHandler
public override event EventHandler TemplateApplied
public:
virtual event EventHandler^ TemplateApplied {
    void add (EventHandler^ value) override;
    void remove (EventHandler^ value) override;
}
/** @event */
public void add_TemplateApplied (EventHandler value)

/** @event */
public void remove_TemplateApplied (EventHandler value)

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

MapControlNavigationBar Class
MapControlNavigationBar Members
Microsoft.Maps.MapControl.Navigation Namespace