Click or drag to resize
ButtonBaseCommand Property
Gets or sets the command to invoke when this button is pressed.

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

Property Value

Type: ICommand
See Also