Spread Windows Forms 15.0
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)
    public virtual void OnUserError( 
       UserErrorEventArgs e
    )

    Parameters

    e
    Event arguments
    See Also