Click or drag to resize

MapperDetail.OnButtonClick Method

Occurs when the Button control is clicked.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void OnButtonClick(
	Object src,
	EventArgs e
)

Parameters

src
Type: System.Object
The button control that has raised the event.
e
Type: System.EventArgs
Event arguments
See Also