Method GetCommandParameter
GetCommandParameter(ButtonBase)
Gets the value of the CommandParameter attached property from the specified ButtonBase.
public static object GetCommandParameter(ButtonBase target)
Parameters
target
ButtonBaseThe ButtonBase to get the value from.
Returns
- object
The value of the CommandParameter attached property.