|
AverageFrequencyViewModelAddSelectedCommand Property
|
Gets the command that is invoked when adding an I/O mapping for the selected frequency measurement.
Namespace: AverageFrequencyUIAssembly: OneSecondFrequencyAverager (in OneSecondFrequencyAverager.dll) Version: 2.4.207-beta
Syntax public RelayCommand AddSelectedCommand { get; }
Public ReadOnly Property AddSelectedCommand As RelayCommand
Get
public:
property RelayCommand^ AddSelectedCommand {
RelayCommand^ get ();
}
member AddSelectedCommand : RelayCommand with get
function get_AddSelectedCommand();
View SourceProperty Value
RelayCommandSee Also