PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / GenerateDocument Event

In This Topic
    GenerateDocument Event (SampleC1PrintDocument)
    In This Topic
    Occurs when the document needs to be generated. Allows user to build the document content in an event handler.
    Syntax
    'Declaration
     
    Public Event GenerateDocument As EventHandler
    public event EventHandler GenerateDocument
    See Also