Raises the ElementAdded event.

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

Syntax

C#
public virtual void OnElementAdded(
	ElementAddedEventArgs args
)
Visual Basic (Declaration)
Public Overridable Sub OnElementAdded ( _
	args As ElementAddedEventArgs _
)
Visual C++
public:
virtual void OnElementAdded(
	ElementAddedEventArgs^ args
)

See Also