Represents the method that will handle the InitializeParametersDialog event.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public delegate void DialogEventHandler(
	Object sender,
	DialogEventArgs e
)
Visual Basic
Public Delegate Sub DialogEventHandler ( _
	sender As Object, _
	e As DialogEventArgs _
)

See Also