The PaintBackgroundEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyClipBounds
A Rectangle that represents the area of the Grid that needs to be repainted.
Public propertyGraphics
The Graphics used to paint the current background.
Public propertyGrid
Gets the Grid.
Public propertyHandled
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the Grid should continue its own processing.
Public propertyRender
Gets or sets the IRender that performs basic painting operations.

See Also