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

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

    Parameters

    sender
    e
    See Also