PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / HasGenerateDocumentHandler Property

In This Topic
    HasGenerateDocumentHandler Property (C1PrintDocument)
    In This Topic
    Gets the value indicating whether a handler is attached to the GenerateDocument event of the current document.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasGenerateDocumentHandler As Boolean
    public bool HasGenerateDocumentHandler {get;}
    See Also