ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1Label Class / ValueChanged Event

In This Topic
    ValueChanged Event (C1Label)
    In This Topic
    Occurs when the Value changes.
    Syntax
    'Declaration
     
    Public Event ValueChanged As EventHandler
    public event EventHandler ValueChanged
    See Also