[]
Represents a defined method that handles the PaintGroupBarBackground event in the Spread component.
public delegate void PaintGroupBarBackgroundEventHandler(object sender, PaintGroupBarBackgroundEventArgs e)
Public Delegate Sub PaintGroupBarBackgroundEventHandler(sender As Object, e As PaintGroupBarBackgroundEventArgs)
Type | Name | Description |
---|---|---|
object | sender | Source of the event |
PaintGroupBarBackgroundEventArgs | e | Event data |