This topic has not yet been rated - Rate this topic

DataGridViewCellValidatingEventArgs Properties

The DataGridViewCellValidatingEventArgs type exposes the following members.

  Name Description
Public property Cancel Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.)
Public property ColumnIndex Gets the column index of the cell that needs to be validated.
Public property FormattedValue Gets the formatted contents of the cell that needs to be validated.
Public property RowIndex Gets the row index of the cell that needs to be validated.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.