DataGridViewToolClickEventHandler
Wisej.Web.DataGridViewToolClickEventHandler
Last updated
Was this helpful?
Wisej.Web.DataGridViewToolClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the method that will handle the CellToolClick event.
public delegate void DataGridViewToolClickEventHandler(Object sender, DataGridViewToolClickEventArgs e)Public Delegate Sub DataGridViewToolClickEventHandler(ByVal sender As [Object], ByVal e As DataGridViewToolClickEventArgs)Fired when a ComponentTool hosted in a cell editor is clicked.
Last updated
Was this helpful?
Was this helpful?

