Skip to content

Code formatting issue #2508

@kyle0418

Description

@kyle0418

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions