Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IMapper Interface / MapperUpdating Event


In This Topic
    MapperUpdating Event (IMapper)
    In This Topic
    Occurs when the user makes a change to the target model that causes the mapper to be updated.
    Syntax
    'Declaration
     
    
    Event MapperUpdating As MapperUpdatingEventHandler
    'Usage
     
    
    Dim instance As IMapper
    Dim handler As MapperUpdatingEventHandler
     
    AddHandler instance.MapperUpdating, handler
    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