Represents a method that handles the PreviewPrint event.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
public delegate void PreviewPrintEventHandler( Object sender, PreviewPrintEventArgs e ) |
Visual Basic |
---|
Public Delegate Sub PreviewPrintEventHandler ( _ sender As Object, _ e As PreviewPrintEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object
The source of the event (usually an instance of the C1PreviewPane class).
- e
- Type: C1.Win.C1Preview..::..PreviewPrintEventArgs
A PreviewPrintEventArgs that contains the event data.