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