| ApplicationBarItemBaseTCommand Property |
Gets or sets the command to invoke when this item is pressed. This is a DependencyProperty.
Namespace: Cimbalino.Toolkit.BehaviorsAssembly: Cimbalino.Toolkit (in Cimbalino.Toolkit.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax public ICommand Command { get; set; }
Property Value
Type:
ICommandThe command to invoke when this item is pressed. The default is null.
Version Information Windows Phone Silverlight
Supported in: 8.1, 8.0
See Also