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, string value ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ graphics As Graphics, _ bounds As Rectangle, _ cellInfo As CellInfo, _ cellStyle As CellStyle, _ value As String _ ) |
Visual C++ |
---|
public: DrawGridItemEventArgs( Graphics^ graphics, Rectangle bounds, CellInfo^ cellInfo, CellStyle^ cellStyle, String^ value ) |
Parameters
- graphics
- Type: System.Drawing..::.Graphics
- bounds
- Type: System.Drawing..::.Rectangle
- cellInfo
- Type: PerpetuumSoft.Olap..::.CellInfo
- cellStyle
- Type: PerpetuumSoft.Olap..::.CellStyle
- value
- Type: System..::.String