Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSpanModel Interface / Changed Event


In This Topic
    Changed Event (ISheetSpanModel)
    In This Topic
    Occurs when the span model has changed.
    Syntax
    'Declaration
     
    
    Event Changed As SheetSpanModelEventHandler
    'Usage
     
    
    Dim instance As ISheetSpanModel
    Dim handler As SheetSpanModelEventHandler
     
    AddHandler instance.Changed, handler
    Event Data

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

    PropertyDescription
    Gets the column index where the event occurred.  
    Gets the number of columns affected.  
    Gets the row index where the event occurred.  
    Gets the number of rows affected.  
    Gets the type of event that occurred.  
    See Also