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


In This Topic
    NameChanging Event (TableView)
    In This Topic
    Occurs when name of the table is about to change.
    Syntax
    'Declaration
     
    
    Public Event NameChanging As TableNameChangingEventHandler
    'Usage
     
    
    Dim instance As TableView
    Dim handler As TableNameChangingEventHandler
     
    AddHandler instance.NameChanging, handler
    public 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