Version

NoteDataError Event

Fired when a specific value in data source is invalid.
Syntax
'Declaration
 
Public Event NoteDataError As NoteDataErrorEventHandler
public event NoteDataErrorEventHandler NoteDataError
Event Data

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