Version

ProjectTaskConstraintWarningEventArgs Class Members

The following tables list the members exposed by ProjectTaskConstraintWarningEventArgs.

Public Properties
 NameDescription
Public PropertyActionReturns or sets the action which should be used to resolve the warning.  
Public PropertyConstraintMustBeModifiedReturns the value which determines whether the constraint on the task must be modified.  
Public PropertyNewConstraintDateLocalReturns or sets the new date to set on the ProjectTask.ConstraintDate in the local time of the task if Action is ModifyConstraint.  
Public PropertyNewConstraintTypeReturns or sets the new constraint type to set on the ConstraintType if Action is ModifyConstraint.  
Public PropertyTaskReturns the ProjectTask associated with the event. (Inherited from Infragistics.Controls.Schedules.ProjectTaskEventArgs)
Public PropertyTypeReturns the type of warning which has occurred on the task.  
See Also