Version

TaskDataError Event

Fired when an error occurs during the process of retrieving Task information from the data binding layer.
Syntax
'Declaration
 
Public Event TaskDataError As TaskDataErrorHandler
public event TaskDataErrorHandler TaskDataError
Event Data

The event handler receives an argument of type TaskDataErrorEventArgs containing data related to this event. The following TaskDataErrorEventArgs properties provide information specific to this event.

PropertyDescription
BoundValue (Inherited from Infragistics.Win.UltraWinSchedule.DataErrorEventArgsBase)Returns the converted value retrieved from the bound field.
MemberName (Inherited from Infragistics.Win.UltraWinSchedule.DataErrorEventArgsBase)Returns the name of the bound field whose value caused the error to occur.
Message (Inherited from Infragistics.Win.UltraWinSchedule.DataErrorEventArgsBase)Gets/sets the message that will be displayed to the end user.
PropertyId Returns the property identifier that describes the Task property whose data binding returned an invalid value.
ShowMessageBox (Inherited from Infragistics.Win.UltraWinSchedule.DataErrorEventArgsBase)Determines whether a MessageBox is displayed when a data binding error occurs.
Task Returns a reference to the Task whose corresponding data row contains invalid data.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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

See Also