ButtonBase.Command Property
.NET Framework (current version)
Gets or sets the command to invoke when this button is pressed.
Assembly: PresentationFramework (in PresentationFramework.dll)
<BindableAttribute(True)> <LocalizabilityAttribute(LocalizationCategory.NeverLocalize)> Public Property Command As ICommand
Property Value
Type: System.Windows.Input.ICommandA command to invoke when this button is pressed. The default value is null.
Implements
ICommandSource.CommandThis property is used to associate a command with a particular button instance.
In Extensible Application Markup Language (XAML), this property is most often set to be a static command value from one of the existing command libraries, such as ApplicationCommands or NavigationCommands. For details, see Commanding Overview or ICommand.
<object Command="commandName"/>
- commandName
The command to invoke when this button is pressed.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: