Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / NameChanging Event


In This Topic
    NameChanging Event (ITableRange)
    In This Topic
    Occurs when the table name is about to change.
    Syntax
    'Declaration
     
    
    Event NameChanging As TableNameChangingEventHandler
    'Usage
     
    
    Dim instance As ITableRange
    Dim handler As TableNameChangingEventHandler
     
    AddHandler instance.NameChanging, handler
    event TableNameChangingEventHandler NameChanging
    Event Data

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

    PropertyDescription
    Gets the new name.  
    See Also