Version

TaskPromptUserEventArgsBase Class Members

The following tables list the members exposed by TaskPromptUserEventArgsBase.

Public Constructors
 NameDescription
Public ConstructorTaskPromptUserEventArgsBase ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
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.  
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.  
Public PropertyPromptUserReturns or sets a value indicating whether the user should be prompted on what action to take.  
Public PropertyTaskReturns the Task for which the event was fired. (Inherited from Infragistics.Win.UltraWinSchedule.TaskEventArgs)
See Also