Version

DataErrorEventArgs Class Members

The following tables list the members exposed by DataErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorDataErrorEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCellReturns the UltraTreeNodeCell object for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
Public PropertyColumnReturns the UltraTreeNodeColumn for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
Public PropertyDisplayMessageBoxGets/sets whether a MessageBox is displayed to the end user. By default, the property returns true, and a MessageBox is displayed to the end user; set the property to false to prevent it from displaying.  
Public PropertyErrorTextGets/sets the text which contains the error message that is displayed to the end user.  
Public PropertyExceptionReturns the Exception that caused the event to be fired.  
Public PropertyInvalidValueReturns the value that caused the data error.  
Public PropertyNodeReturns the UltraTreeNode for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
See Also