|
AverageFrequencyViewModelRemoveSelectedCommand Property
|
Gets the command that is invoked when removing an I/O mapping from the calculator.
Namespace: AverageFrequencyUIAssembly: OneSecondFrequencyAverager (in OneSecondFrequencyAverager.dll) Version: 2.4.207-beta
Syntax public RelayCommand RemoveSelectedCommand { get; }
Public ReadOnly Property RemoveSelectedCommand As RelayCommand
Get
public:
property RelayCommand^ RemoveSelectedCommand {
RelayCommand^ get ();
}
member RemoveSelectedCommand : RelayCommand with get
function get_RemoveSelectedCommand();
View SourceProperty Value
RelayCommandSee Also