Version

CellValidationErrorEventArgs Class Members

The following tables list the members exposed by CellValidationErrorEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyCellThe Cell whose validation failed.  
Public PropertyHandledGets/sets whether the event is handled. If true, then the Cell will treat the validation as if it had passed.  
Public PropertyValidationErrorEventArgsThe actual ValidationErrorEventArgs.  
See Also