Click or drag to resize

MapperDetailOnButtonClick 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: SystemObject
The button control that has raised the event.
e
Type: SystemEventArgs
Event arguments
See Also