All pages
Powered by GitBook
1 of 1

Loading...

DataGridViewToolClickEventArgs

Wisej.Web.DataGridViewToolClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

  • DataGridViewCellEventArgs

    • DataGridViewToolClickEventArgs

Provides data for the CellToolClick event.

Constructors

DataGridViewToolClickEventArgs(item, columnIndex, rowIndex)

Initializes a new instance of the class for the clicked .

Name
Type
Description

Throws:

  • columnIndex is less than -1, or rowIndex is less than -1.

DataGridViewToolClickEventArgs(item, cellAddress)

Initializes a new instance of the class for the clicked .

Name
Type
Description

Throws:

  • cellAddress.X.X is less than -1, or cellAddress.Y.Y is less than -1.

Properties

Tool

: Returns the clicked tool item.

Used By

Name
Description

item

ComponentTool

The ComponentTool to store in this event.

columnIndex

Int32

The index of the column containing the cell that the event occurs for.

rowIndex

Int32

The index of the row containing the cell that the event occurs for.

item

ComponentTool

The ComponentTool to store in this event.

cellAddress

Point

The address of the cell that the event occurs for

DataGridViewToolClickEventHandler

Represents the method that will handle the CellToolClick event.

Public Class DataGridViewToolClickEventArgs
    Inherits DataGridViewCellEventArgs
ToolClickEventArgs
ComponentTool
ArgumentOutOfRangeException
ToolClickEventArgs
ComponentTool
ArgumentOutOfRangeException
ComponentTool
public class DataGridViewToolClickEventArgs : DataGridViewCellEventArgs