PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / OnGeneratingDocument Method
System.EventArgs that contains the event data.

In This Topic
    OnGeneratingDocument Method (C1PdfDocument)
    In This Topic
    Raises the GeneratingDocument event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnGeneratingDocument( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnGeneratingDocument( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also