ButtonBase.Command Property
Silverlight
Gets or sets the command to invoke when this button is pressed.
Namespace: System.Windows.Controls.Primitives
Assembly: System.Windows (in System.Windows.dll)
<button Command="commandReference"/>
XAML Values
Property Value
Type: System.Windows.Input.ICommandThe command to invoke when this button is pressed. The default is Nothing.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: