GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : ValidationError Event |
'Declaration Public Event ValidationError As System.EventHandler(Of ValidationErrorEventArgs)
'Usage Dim instance As SheetView Dim handler As System.EventHandler(Of ValidationErrorEventArgs) AddHandler instance.ValidationError, handler
public event System.EventHandler<ValidationErrorEventArgs> ValidationError
The event handler receives an argument of type ValidationErrorEventArgs containing data related to this event. The following ValidationErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Column | Gets the column index. |
Row | Gets the row index. |
ValidationResult | Gets or sets the policy that the user can set to determine how to process the error. |
Validator | Gets the validator which caused this error. This validator is a copy of the real validator, so any modifications to this validator do not take effect. |
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6