ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / CallbackGroupContentDraw Delegate

In This Topic
    CallbackGroupContentDraw Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub CallbackGroupContentDraw( _
       ByVal render As IRender _
    ) 
    public delegate void CallbackGroupContentDraw( 
       IRender render
    )

    Parameters

    render
    See Also