Spread Windows Forms 12.0 Product Documentation
UserError Event (IEditorSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IEditorSupport Interface : UserError Event
Occurs when content is provided that cannot be processed or is invalid.
Syntax
'Declaration
 
Event UserError As UserErrorEventHandler
'Usage
 
Dim instance As IEditorSupport
Dim handler As UserErrorEventHandler
 
AddHandler instance.UserError, handler
event UserErrorEventHandler UserError
Event Data

The event handler receives an argument of type UserErrorEventArgs containing data related to this event. The following UserErrorEventArgs properties provide information specific to this event.

PropertyDescription
Gets the error code associated with an error event. (Inherited from FarPoint.Win.SuperEdit.ErrorEventArgs)
Gets the additional error information associated with an error event. (Inherited from FarPoint.Win.SuperEdit.ErrorEventArgs)
Gets the error code associated with a user error event.  
See Also