Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnUserError Method
Event arguments


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

    Parameters

    e
    Event arguments
    See Also