MapperExtensionKernelFieldConfirm Method |
Fired when an action occurs on a field that requires confirmation and the field has been configured to use
a FieldConfirm event.
Detailed request information, though typically not needed, is provided in the
FieldConfirmArgs parameter.
The handler should configure the
FieldConfirmArgs.MessagePopResponse as desired.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void FieldConfirm(
IField sender,
FieldConfirmArgs e
)
Public Overridable Sub FieldConfirm (
sender As IField,
e As FieldConfirmArgs
)
Parameters
- sender
- Type: NetQuarry.DataIField
The field requiring confirmation. - e
- Type: NetQuarry.DataFieldConfirmArgs
Event arguments providing the save information.
See Also