-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
dotnet/samples
#943Labels
doc-enhancementImprove the current contentImprove the current content
Milestone
Description
There are several formatting issues in the document DataGridViewCellCancelEventHandler Delegate
Such as:
private Boolean IsTrackGood(DataGridViewCell cell)
{
Int32 cellValueAsInt;
if (cell.Value.ToString().Length == 0)
{
cell.ErrorText = "Please enter a track";
Please check and modify them.
Metadata
Metadata
Assignees
Labels
doc-enhancementImprove the current contentImprove the current content