Spread Windows Forms 12.0 Product Documentation
UserError Event (RichTextEditor)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > RichTextEditor Class : UserError Event
Occurs when content is provided that cannot be processed or is invalid.
Syntax
'Declaration
 
Public Event UserError As UserErrorEventHandler
'Usage
 
Dim instance As RichTextEditor
Dim handler As UserErrorEventHandler
 
AddHandler instance.UserError, handler
public 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