Spread Windows Forms 12.0 Product Documentation
MapperUpdating Event (GroupDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > GroupDataModel Class : MapperUpdating Event
Occurs when the user makes a change to the target model that causes the mapper to be updated.
Syntax
'Declaration
 
Public Event MapperUpdating As MapperUpdatingEventHandler
'Usage
 
Dim instance As GroupDataModel
Dim handler As MapperUpdatingEventHandler
 
AddHandler instance.MapperUpdating, handler
public event MapperUpdatingEventHandler MapperUpdating
Event Data

The event handler receives an argument of type MapperUpdatingEventArgs containing data related to this event. The following MapperUpdatingEventArgs properties provide information specific to this event.

PropertyDescription
Gets the column index.  
Gets the number of columns.  
Gets the row index.  
Gets the number of rows.  
Gets the event type.  
See Also