MapperDetailButtonClick Method |
Handles a button click from various control types.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void ButtonClick(
WebControl src
)
Protected Sub ButtonClick (
src As WebControl
)
Parameters
- src
- Type: System.Web.UI.WebControlsWebControl
The control that has raised the event.
See Also