Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / UserError Event


In This Topic
    UserError Event (SEditTextBox)
    In This Topic
    Occurs when content is provided that cannot be processed or is invalid.
    Syntax
    'Declaration
     
    
    Protected Event UserError As UserErrorEventHandler
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim handler As UserErrorEventHandler
     
    AddHandler instance.UserError, handler
    protected 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