| 
            
              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.258-beta
Syntaxpublic 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
RelayCommand
See Also