InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputRadioButton Class / DoubleClick Event

In This Topic
    DoubleClick Event (InputRadioButton)
    In This Topic
    Fires when the component is double-clicked.
    Syntax
    'Declaration
     
    Public Event DoubleClick As EventHandler
    public event EventHandler DoubleClick
    See Also