For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataGridViewCellMouseEventArgs

Wisej.Web.DataGridViewCellMouseEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for mouse events raised by a DataGridView.

public class DataGridViewCellMouseEventArgs : MouseEventArgs
Public Class DataGridViewCellMouseEventArgs
    Inherits MouseEventArgs

Properties

ColumnIndex

Int32: Returns the zero-based column index of the cell.

RowIndex

Int32: Returns the zero-based row index of the cell.

Used By

Name
Description

Represents the method that will handle mouse-related events raised by a DataGridView.

Last updated

Was this helpful?