Ejemplo n.º 1
0
 public void ProjectBeforeAssignmentChange(NetOffice.MSProjectApi.Assignment asg, NetOffice.MSProjectApi.Enums.PjAssignmentField field, object newVal, bool cancel)
 {
     Factory.ExecuteMethod(this, "ProjectBeforeAssignmentChange", asg, field, newVal, cancel);
 }
Ejemplo n.º 2
0
 public void ProjectBeforeAssignmentChange(NetOffice.MSProjectApi.Assignment asg, NetOffice.MSProjectApi.Enums.PjAssignmentField field, object newVal, bool cancel)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(asg, field, newVal, cancel);
     Invoker.Method(this, "ProjectBeforeAssignmentChange", paramsArray);
 }
Ejemplo n.º 3
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);
 }