Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / UserError Event


In This Topic
    UserError Event (RichTextEditor)
    In This Topic
    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