Represents the method that is called before cell creating.
Namespace:
PerpetuumSoft.Reporting.DOM.OlapAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public delegate void CellCreatingEventHandler( Object sender, CellCreatingEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub CellCreatingEventHandler ( _ sender As Object, _ e As CellCreatingEventArgs _ ) |
| Visual C++ |
|---|
public delegate void CellCreatingEventHandler( Object^ sender, CellCreatingEventArgs^ e ) |
Parameters
- sender
- Type: System..::.Object