The following tables list the members exposed by TaskWorkingHourViolationEventArgs.
Name | Description | |
---|---|---|
TaskWorkingHourViolationEventArgs Constructor | Creates a new instance of the class. |
Name | Description | |
---|---|---|
Action | Returns or sets a value indicating the action to be taken in response to the event. | |
AdjustedDateTime | Returns the date/time that will be used if the Action property is set to 'AdjustTask'. | |
DateTime | Returns the date/time that caused the event to fire. | |
MessageBoxText | Returns 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) | |
MessageBoxTitle | Returns 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) | |
PromptUser | Returns or sets a value indicating whether the user should be prompted on what action to take. (Inherited from Infragistics.Win.UltraWinSchedule.TaskPromptUserEventArgsBase) | |
Reason | Returns a value indicating the reason the event occurred. | |
Task | Returns the Task for which the event was fired. (Inherited from Infragistics.Win.UltraWinSchedule.TaskEventArgs) |