Initializes a new instance of the DrawGridItemEventArgs class whith specific parameters.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public DrawGridItemEventArgs( Graphics graphics, Rectangle bounds, CellInfo cellInfo, CellStyle cellStyle ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ graphics As Graphics, _ bounds As Rectangle, _ cellInfo As CellInfo, _ cellStyle As CellStyle _ ) |
| Visual C++ |
|---|
public: DrawGridItemEventArgs( Graphics^ graphics, Rectangle bounds, CellInfo^ cellInfo, CellStyle^ cellStyle ) |
Parameters
- graphics
- Type: System.Drawing..::.Graphics
- bounds
- Type: System.Drawing..::.Rectangle
- cellInfo
- Type: PerpetuumSoft.Olap..::.CellInfo
- cellStyle
- Type: PerpetuumSoft.Olap..::.CellStyle