Skip to main content
A newer version of this page is available. .

CustomRowCellEditEventArgs Constructors

Provides data for the GridView.CustomRowCellEdit event.
Name Parameters Description
CustomRowCellEditEventArgs(Int32, GridColumn, RepositoryItem) rowHandle, column, repositoryItem Creates a new CustomRowCellEditEventArgs object.
CustomRowCellEditEventArgs(Int32, GridColumn) rowHandle, column Creates a new CustomRowCellEditEventArgs object.
See Also