FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / MapperUpdatingEventHandler Delegate


In This Topic
MapperUpdatingEventHandler Delegate
In This Topic
Handles the updating event of the mapper.
Syntax
'Declaration
 
Public Delegate Sub MapperUpdatingEventHandler( _
   ByVal sender As IMapper, _
   ByVal e As MapperUpdatingEventArgs _
) 
 
'Usage
 
Dim instance As New MapperUpdatingEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also