private void inputsChangedHandler(IEnumerable <IObservableEnumerable <RouterInput> .ItemWithPosition> affectedItemsWithPositions) { InputsChanged?.Invoke(this); RaisePropertyChanged(nameof(Inputs)); }
private void inputsChangedHandler() { InputsChanged?.Invoke(this); RaisePropertyChanged(nameof(Inputs)); }