Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public delegate void DocEngineAttachedHandler(
	Object sender,
	DocEngineAttachedArgs e
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Delegate Sub DocEngineAttachedHandler ( _
	sender As Object, _
	e As DocEngineAttachedArgs _
)

See Also