Share via


NavigationBar.Collapsed Event

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

Occurs when the NavigationBar is hidden.

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

Usage

Syntax

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

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