Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRangeGroupModel2 Interface / Changing Event


In This Topic
    Changing Event (IRangeGroupModel2)
    In This Topic
    Occurs when an outline (range group) is changing.
    Syntax
    'Declaration
     
    
    Event Changing As RangeGroupModelEventHandler
    'Usage
     
    
    Dim instance As IRangeGroupModel2
    Dim handler As RangeGroupModelEventHandler
     
    AddHandler instance.Changing, handler
    Event Data

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

    PropertyDescription
    Gets the indexes of changed rows or columns of the outline (range group).  
    Gets the number of rows or columns in the outline (range group).  
    Gets whether the outline (range group) is expanded (or else collapsed).  
    Gets the outline (range group) to expand (or collapse).  
    Gets whether the outline (range group) is of rows (or else columns).  
    Gets the starting index of rows or columns of the outline (range group).  
    Gets the type of outline (range group) event.  
    See Also