Occurs when a new element is added to a document being edited.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public event ElementAddedEventHandler ElementAdded |
Visual Basic (Declaration) |
---|
Public Event ElementAdded As ElementAddedEventHandler |
Visual C++ |
---|
public: event ElementAddedEventHandler^ ElementAdded { void add (ElementAddedEventHandler^ value); void remove (ElementAddedEventHandler^ value); } |