C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / GenerateDocument Event

In This Topic
GenerateDocument Event
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
 
See Also