Represents the method that will handle the ElementAdding event.

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public delegate void ElementAddingEventHandler(
	Object sender,
	ElementAddingEventArgs args
)
Visual Basic (Declaration)
Public Delegate Sub ElementAddingEventHandler ( _
	sender As Object, _
	args As ElementAddingEventArgs _
)
Visual C++
public delegate void ElementAddingEventHandler(
	Object^ sender, 
	ElementAddingEventArgs^ args
)

See Also