Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / OnUserError Method
Event data


In This Topic
    OnUserError Method (SEditTextBox)
    In This Topic
    Occurs when user error.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnUserError( _
       ByVal e As UserErrorEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim e As UserErrorEventArgs
     
    instance.OnUserError(e)
    protected virtual void OnUserError( 
       UserErrorEventArgs e
    )

    Parameters

    e
    Event data
    See Also