Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / TableRangeChanging Event


In This Topic
    TableRangeChanging Event (TableView)
    In This Topic
    Occurs when table range is about to change.
    Syntax
    'Declaration
     
    
    Public Event TableRangeChanging As TableRangeChangingEventHandler
    'Usage
     
    
    Dim instance As TableView
    Dim handler As TableRangeChangingEventHandler
     
    AddHandler instance.TableRangeChanging, handler
    public event TableRangeChangingEventHandler TableRangeChanging
    Event Data

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

    PropertyDescription
    Gets the column.  
    Gets the column count.  
    Gets the row.  
    Gets the row count.  
    Gets table changed type.  
    See Also