PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / C1AboutActionList Class / ShowAboutBoxEventHandler Method

In This Topic
    ShowAboutBoxEventHandler Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ShowAboutBoxEventHandler( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    public void ShowAboutBoxEventHandler( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also