InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputButton Class / PressedChanged Event

In This Topic
    PressedChanged Event (InputButton)
    In This Topic
    Fires when the Pressed property is changed.
    Syntax
    'Declaration
     
    Public Event PressedChanged As EventHandler
    public event EventHandler PressedChanged
    See Also