Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / Error Event


In This Topic
    Error Event (FpSlider)
    In This Topic
    Occurs when an error occurs.
    Syntax
    'Declaration
     
    
    Public Event Error As EventHandler
    'Usage
     
    
    Dim instance As FpSlider
    Dim handler As EventHandler
     
    AddHandler instance.Error, handler
    public event EventHandler Error
    See Also