Spread WinForms 15
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)

Parameters

e
PaintGroupBarBackgroundEventArgs object that contains the event data
See Also