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


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

    Parameters

    e
    Event arguments
    See Also