InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel 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