ComponentOne List for WinForms
C1.Win.C1List Namespace / PrintOptionsForm Class / m_cmbAction_SelectedIndexChanged Method

In This Topic
    m_cmbAction_SelectedIndexChanged Method (PrintOptionsForm)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub m_cmbAction_SelectedIndexChanged( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    protected virtual void m_cmbAction_SelectedIndexChanged( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also