Version

ProjectDataError Event

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

The event handler receives an argument of type ProjectDataErrorEventArgs containing data related to this event. The following ProjectDataErrorEventArgs 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.
Project Returns a reference to the Project whose corresponding data row contains invalid data.
PropertyId Returns the property identifier that describes the Project 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.
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