Represents the method that will handle the [E:PerpetuumSoft.Olap.Windows.Forms.DataCubeGrid.DrawGridItem} event of a {*T:PerpetuumSoft.Olap.Windows.Forms.DataCubeGrid}]
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public delegate void DrawGridItemEventHandler( Object sender, DrawGridItemEventArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub DrawGridItemEventHandler ( _ sender As Object, _ e As DrawGridItemEventArgs _ ) |
Visual C++ |
---|
public delegate void DrawGridItemEventHandler( Object^ sender, DrawGridItemEventArgs^ e ) |