Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public NodeProcParams(
	NodeProc enterProc,
	NodeProc mainProc,
	NodeProc exitProc,
	Object param
)
Visual Basic (Declaration)
Public Sub New ( _
	enterProc As NodeProc, _
	mainProc As NodeProc, _
	exitProc As NodeProc, _
	param As Object _
)

Parameters

enterProc
Type: NodeProc
mainProc
Type: NodeProc
exitProc
Type: NodeProc
param
Type: System..::.Object

See Also