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

Syntax

C#
public delegate void FormsUserActionEventHandler(
	Object sender,
	FormsUserActionEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub FormsUserActionEventHandler ( _
	sender As Object, _
	e As FormsUserActionEventArgs _
)

See Also