Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / OnUserError Method
Event arguments


In This Topic
OnUserError Method (SuperEditBase)
In This Topic
Raises the UserError event.
Syntax
'Declaration
 
Public Overridable Sub OnUserError( _
   ByVal e As UserErrorEventArgs _
) 
 
'Usage
 
Dim instance As SuperEditBase
Dim e As UserErrorEventArgs
 
instance.OnUserError(e)

Parameters

e
Event arguments
See Also