Click or drag to resize

ShapePrintingEventHandler Delegate

Represents a method that handles the ShapePrinting event of Document.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public delegate void ShapePrintingEventHandler(
	Object sender,
	ShapePrintingEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: RootPro.RootProCADShapePrintingEventArgs
Store event data ShapePrintingEventArgs .
See Also