Represents the method that will handle the ElementAdded event.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public delegate void ElementAddedEventHandler( Object sender, ElementAddedEventArgs args ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub ElementAddedEventHandler ( _ sender As Object, _ args As ElementAddedEventArgs _ ) |
Visual C++ |
---|
public delegate void ElementAddedEventHandler( Object^ sender, ElementAddedEventArgs^ args ) |
Parameters
- sender
- Type: System..::.Object