Click or drag to resize
GridControlClickedButtonRowCol Event
Clicked Button Row/Column event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public event ClickedButtonRowColEventHandler ClickedButtonRowCol

Value

Type: Stingray.GridClickedButtonRowColEventHandler
Remarks
This event is invoked when the user presses a button such as a pushbutton or a hotspot-button.
See Also