Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / OnUserError Method


In This Topic
    OnUserError Method (RichTextEditor)
    In This Topic
    Raises the UserError event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnUserError( _
       ByVal e As UserErrorEventArgs _
    ) 
    'Usage
     
    
    Dim instance As RichTextEditor
    Dim e As UserErrorEventArgs
     
    instance.OnUserError(e)
    protected virtual void OnUserError( 
       UserErrorEventArgs e
    )

    Parameters

    e
    See Also