Version 24.2 (latest)

TaskConstraintViolationEventArgs Class Properties

For a list of all members of this type, see TaskConstraintViolationEventArgs members.

Public Properties
 NameDescription
Public PropertyActionReturns or sets a value indicating the action to be taken in response to the event.  
Public PropertyConstraintReturns the TaskConstraint setting that would be violated. Not applicable when the Reason property returns 'ProjectStartDateConflict'  
Public PropertyMessageBoxTextReturns or sets the text to be displayed in the MessageBox that appears to inform the user of the conflict. Setting this property to null or an empty string prevents the MessageBox from being displayed. Not used when the PromptUser property is set to false. (Inherited from Infragistics.Win.UltraWinSchedule.TaskPromptUserEventArgsBase)
Public PropertyMessageBoxTitleReturns or sets the title for the MessageBox that appears to inform the user of the conflict. Not used when the PromptUser property is set to false. (Inherited from Infragistics.Win.UltraWinSchedule.TaskPromptUserEventArgsBase)
Public PropertyPromptUserReturns or sets a value indicating whether the user should be prompted on what action to take. (Inherited from Infragistics.Win.UltraWinSchedule.TaskPromptUserEventArgsBase)
Public PropertyReasonReturns a value indicating the reason the event occurred.  
Public PropertyTaskReturns the Task for which the event was fired. (Inherited from Infragistics.Win.UltraWinSchedule.TaskEventArgs)
See Also