[]
Represents the event data for PaintGroupBarBackground events in the Spread component.
public class PaintGroupBarBackgroundEventArgs : EventArgs
Public Class PaintGroupBarBackgroundEventArgs
Inherits EventArgs
Name | Description |
---|---|
PaintGroupBarBackgroundEventArgs(Graphics, Rectangle) | Creates a new set of PaintGroupBarBackgroundEventArgs event arguments. |
Name | Description |
---|---|
Bounds | The boundary of the group bar. |
Graphics | The Graphics object used to paint the background. |
Handled | Determines whether the event is handled. |