Click or drag to resize
ButtonBaseCommandParameter Property
Gets or sets the parameter to pass to the Command property.

Namespace: Windows.UI.Xaml.Controls.Primitives
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Object CommandParameter { get; set; }

Property Value

Type: Object
See Also