void ShipOwnerVMList_CurrentChanged() { CopyCommand.InvalidateCanExecute(); }
protected override void CurrentElementChanged(bool isSelectedAfterCollectionInitialize) { CopyCommand.InvalidateCanExecute(); base.CurrentElementChanged(isSelectedAfterCollectionInitialize); }
public void Initialize(BudgetItemViewModel sourceBudgetItemVM) { SourceBudgetItem = sourceBudgetItemVM ?? throw new ArgumentNullException("Arg sourceBudgetItemVM is null!"); ShipOwnerAvaibleCollectionInitialize(); CopyCommand.InvalidateCanExecute(); }