Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / OnUserError Method
Event data


In This Topic
    OnUserError Method (InputTextBox)
    In This Topic
    Occurs on user error.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnUserError( _
       ByVal e As UserErrorEventArgs _
    ) 
    'Usage
     
    
    Dim instance As InputTextBox
    Dim e As UserErrorEventArgs
     
    instance.OnUserError(e)
    protected override void OnUserError( 
       UserErrorEventArgs e
    )

    Parameters

    e
    Event data
    See Also