Click or drag to resize
Cimbalino ToolkitApplicationBarStateChangedCommand Property
Gets or sets the command to invoke when the user opens or closes the menu. This is a DependencyProperty.

Namespace: Cimbalino.Toolkit.Behaviors
Assembly: Cimbalino.Toolkit (in Cimbalino.Toolkit.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public ICommand StateChangedCommand { get; set; }

Property Value

Type: ICommand
The command to invoke when the user opens or closes the menu. The default is null.
Version Information

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also