Skip to main content
Version: 4.1

DataGridViewCellMouseEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for mouse events raised by a DataGridView.

public class DataGridViewCellMouseEventArgs : MouseEventArgs

Properties

Instance member ColumnIndex

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

Instance member RowIndex

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

Used By

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