IApplicationBar.StateChanged Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Occurs when the user opens or closes the Application Bar by clicking the ellipsis.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Event StateChanged As EventHandler(Of ApplicationBarStateChangedEventArgs)
event EventHandler<ApplicationBarStateChangedEventArgs> StateChanged

Remarks

When the user opens the Application Bar by clicking the ellipsis, the icon buttons and their labels appear. The menu items may appear, depending on the value of the IsMenuEnabled property.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

IApplicationBar Interface

Microsoft.Phone.Shell Namespace

StateChanged

Other Resources

App bar for Windows Phone