Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnPaintGroupBarBackground Method
PaintGroupBarBackgroundEventArgs object that contains the event data


In This Topic
    OnPaintGroupBarBackground Method
    In This Topic
    Raises the PaintGroupBarBackground event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPaintGroupBarBackground( _
       ByVal e As PaintGroupBarBackgroundEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As PaintGroupBarBackgroundEventArgs
     
    instance.OnPaintGroupBarBackground(e)
    protected virtual void OnPaintGroupBarBackground( 
       PaintGroupBarBackgroundEventArgs e
    )

    Parameters

    e
    PaintGroupBarBackgroundEventArgs object that contains the event data
    See Also