ButtonBase::Command Property
Gets or sets the command to invoke when this button is pressed.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] [LocalizabilityAttribute(LocalizationCategory::NeverLocalize)] property ICommand^ Command { virtual ICommand^ get() sealed; virtual void set(ICommand^ value) sealed; }
Property Value
Type: System.Windows.Input::ICommand^A 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 |
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1