Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / NameChanged Event


In This Topic
    NameChanged Event (TableView)
    In This Topic
    Occurs when name of the table changed.
    Syntax
    'Declaration
     
    
    Public Event NameChanged As TableNameChangedEventHandler
    'Usage
     
    
    Dim instance As TableView
    Dim handler As TableNameChangedEventHandler
     
    AddHandler instance.NameChanged, handler
    public event TableNameChangedEventHandler NameChanged
    Event Data

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

    PropertyDescription
    Gets the old name.  
    See Also