Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / OnError Method
EventArgs object containing the event data


In This Topic
    OnError Method (FpSlider)
    In This Topic
    Raises the Error event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnError( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSlider
    Dim e As EventArgs
     
    instance.OnError(e)
    protected virtual void OnError( 
       EventArgs e
    )

    Parameters

    e
    EventArgs object containing the event data
    See Also