Spread WinForms 15
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)

Parameters

e
See Also