Search
CellCustomDrawEventArgs Members
Constructors Properties
 


Provides data for custom draw events.

The following tables list the members exposed by the CellCustomDrawEventArgs type.

 Public Constructors

  Name Description

CellCustomDrawEventArgs

Initializes a new instance of the CellCustomDrawEventArgs class.

 Public Properties

  Name Description

column

Gets the column of the cell, associated with the event. (Inherited from CellEventArgs.)

content

Gets or sets the new content to be displayed in the cell.

defaultContent

Gets the default content, displayed in the cell.

row

Gets the row of the cell, associated with the event. (Inherited from CellEventArgs.)

 See Also