Search
CellEventArgs Members
Constructors Properties
 


Provides data for the cell related notification events.

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

 Public Constructors

  Name Description

CellEventArgs

Initializes a new instance of the CellEventArgs class.

 Public Properties

  Name Description

column

Gets the column of the cell, associated with the event.

row

Gets the row of the cell, associated with the event.

 See Also