Beispiel #1
0
 public virtual void ProjectBeforeAssignmentChange(NetOffice.MSProjectApi.Assignment asg, NetOffice.MSProjectApi.Enums.PjAssignmentField field, object newVal, bool cancel)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ProjectBeforeAssignmentChange", asg, field, newVal, cancel);
 }
Beispiel #2
0
 public virtual void ProjectBeforeAssignmentDelete(NetOffice.MSProjectApi.Assignment asg, bool cancel)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ProjectBeforeAssignmentDelete", asg, cancel);
 }