OnGeneratingDocument Method (C1PdfDocumentBase)
In This Topic
Raises the
GeneratingDocument event.
Syntax
'Declaration
Protected Overridable Sub OnGeneratingDocument( _
ByVal As EventArgs _
)
protected virtual void OnGeneratingDocument(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also