[]
Handles the updating event of the mapper.
public delegate void MapperUpdatingEventHandler(IMapper sender, MapperUpdatingEventArgs e)
Public Delegate Sub MapperUpdatingEventHandler(sender As IMapper, e As MapperUpdatingEventArgs)
Type | Name | Description |
---|---|---|
IMapper | sender | Handles the updating event of the mapper. |
MapperUpdatingEventArgs | e | Handles the updating event of the mapper. |