Spread Windows Forms 12.0 Product Documentation
OnUserError Method (RichTextEditor)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > RichTextEditor Class : OnUserError Method
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

Reference

RichTextEditor Class
RichTextEditor Members