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)
Syntaxprotected void OnButtonClick(
Object src,
EventArgs e
)
Protected Sub OnButtonClick (
src As Object,
e As EventArgs
)
Parameters
- src
- Type: System.Object
The button control that has raised the event. - e
- Type: System.EventArgs
Event arguments
See Also