ButtonBase.CommandParameter Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the parameter to pass to the Command property.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<button> <button.CommandParameter> object </button.CommandParameter> </button>
<button CommandParameter="objectAsString"/>
Property Value
Type: System.ObjectThe parameter to pass to the Command property. The default is Nothing.
Show: