Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetAxisModel Class / Changed Event


In This Topic
    Changed Event (BaseSheetAxisModel)
    In This Topic
    Occurs when the user makes a change to the model that affects the axis (row or column) of the sheet.
    Syntax
    'Declaration
     
    
    Public Event Changed As SheetAxisModelEventHandler
    'Usage
     
    
    Dim instance As BaseSheetAxisModel
    Dim handler As SheetAxisModelEventHandler
     
    AddHandler instance.Changed, handler
    public event SheetAxisModelEventHandler Changed
    Event Data

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

    PropertyDescription
    Gets the number of items being affected.  
    Gets the index where the event happens.  
    Gets the event type.  
    See Also