Search
CellValidateEventArgs Members
Constructors Properties
 


Provides data for the cell related validation events.

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

 Public Constructors

  Name Description

CellValidateEventArgs

Initializes a new instance of the CellValidateEventArgs 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