Share via


NavigationBar.Expanded Event

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

Occurs when the NavigationBar is unhidden.

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

Usage

Syntax

'Declaration
Public Event Expanded As EventHandler
public event EventHandler Expanded
public:
event EventHandler^ Expanded {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
/** @event */
public void add_Expanded (EventHandler value)

/** @event */
public void remove_Expanded (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

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