ComponentOne Basic Library for WPF and Silverlight
Command Property (CommandBinding)


C1.Silverlight Namespace > CommandBinding Class : Command Property
Gets or sets the System.Windows.Input.ICommand associated with this CommandBinding.
Syntax
'Declaration
 
Public Property Command As System.Windows.Input.ICommand
'Usage
 
Dim instance As CommandBinding
Dim value As System.Windows.Input.ICommand
 
instance.Command = value
 
value = instance.Command
public System.Windows.Input.ICommand Command {get; set;}
See Also

Reference

CommandBinding Class
CommandBinding Members