'Declaration Public Enum ProjectTaskWarningType Inherits System.Enum
public enum ProjectTaskWarningType : System.Enum
Member | Description |
---|---|
ConstraintOrDependencyCannotBeEnforced | Occurs when it is not possible to enforce both a task's constraint and its dependencies because it one or more would be violated in the process. If this warning is allowed, what is enforced depends on the ProjectSettings.AlwaysHonorTaskConstraintDates setting. |
DeleteRootTask | Occurs when the Project.RootTask is deleted. |
DeleteSummaryTask | Occurs when a summary task is deleted because its subtasks would also be automatically deleted. |
TaskMovedAfterProjectFinish | Occurs when a task's finish value is scheduled or set to be after the project finish in a project scheduled from the finish date. |
TaskMovedBeforeProjectStart | Occurs when a task's start value is scheduled or set to be before the project start in a project scheduled from the start date. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Infragistics.Controls.Schedules Namespace
TaskWarning Event
Type Property
ConstraintOrDependencyCannotBeEnforcedDefaultAction Property
DeleteSummaryTaskDefaultAction Property
PossibleFutureConflictDefaultAction Property
TaskMovedAfterProjectFinishDefaultAction Property
TaskMovedBeforeProjectStartDefaultAction Property