The PaintRectangleEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyClipRectangle
Gets a rectangle that represents the area of the Grid that needs to be repainted.
Public propertyGraphics
Gets the graphics.
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.

See Also