All pages
Powered by GitBook
1 of 1

Loading...

DataGridViewCellParsingEventArgs

Wisej.Web.DataGridViewCellParsingEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

  • ConvertEventArgs

    • DataGridViewCellParsingEventArgs

Provides data for the CellParsing event of a control.

Constructors

DataGridViewCellParsingEventArgs(rowIndex, columnIndex, value, desiredType, inheritedCellStyle)

Initializes a new instance of the class.

Name
Type
Description

Properties

ColumnIndex

: Returns the column index of the cell data that requires parsing.

InheritedCellStyle

: Returns or sets the style applied to the edited cell.

ParsingApplied

: Returns or sets whether a cell's value has been successfully parsed.

RowIndex

: Returns the row index of the cell that requires parsing.

Used By

Name
Description

The type of the new value.

inheritedCellStyle

The style applied to the cell that was changed.

rowIndex

Int32

The row index of the cell that was changed.

columnIndex

Int32

The column index of the cell that was changed.

value

Object

The new value.

DataGridViewCellParsingEventHandler

Represents the method that will handle a CellParsing event of a DataGridView.

DataGridView
Public Class DataGridViewCellParsingEventArgs
    Inherits ConvertEventArgs
DataGridViewCellParsingEventArgs
Int32
DataGridViewCellStyle
Boolean
Int32
public class DataGridViewCellParsingEventArgs : ConvertEventArgs

desiredType

Type
DataGridViewCellStyle