Represents the method that will handle the ElementAdding event.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: 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 ) |
Parameters
- sender
- Type: System..::.Object