DataGridViewCellContextMenuNeededEventHandler
Wisej.Web.DataGridViewCellContextMenuNeededEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents the method that will handle a CellContextMenuNeeded event of a DataGridView.
public delegate void DataGridViewCellContextMenuNeededEventHandler(Object sender, DataGridViewCellContextMenuNeededEventArgs e)
Public Delegate Sub DataGridViewCellContextMenuNeededEventHandler(ByVal sender As [Object], ByVal e As DataGridViewCellContextMenuNeededEventArgs)
Parameters
A that contains the event data.
Fired By
Fired when a cell's context menu is needed.