コード例 #1
0
 void ShipOwnerVMList_CurrentChanged()
 {
     CopyCommand.InvalidateCanExecute();
 }
コード例 #2
0
 protected override void CurrentElementChanged(bool isSelectedAfterCollectionInitialize)
 {
     CopyCommand.InvalidateCanExecute();
     base.CurrentElementChanged(isSelectedAfterCollectionInitialize);
 }
コード例 #3
0
 public void Initialize(BudgetItemViewModel sourceBudgetItemVM)
 {
     SourceBudgetItem = sourceBudgetItemVM ?? throw new ArgumentNullException("Arg sourceBudgetItemVM is null!");
     ShipOwnerAvaibleCollectionInitialize();
     CopyCommand.InvalidateCanExecute();
 }