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


In This Topic
    PropertyChanging Event (TableView)
    In This Topic
    Occurs when the user is changing a property of the table.
    Syntax
    'Declaration
     
    
    Public Event PropertyChanging As TablePropertyChangingEventHandler
    'Usage
     
    
    Dim instance As TableView
    Dim handler As TablePropertyChangingEventHandler
     
    AddHandler instance.PropertyChanging, handler
    public event TablePropertyChangingEventHandler PropertyChanging
    Event Data

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

    PropertyDescription
    Gets new name.  
    Gets property name.  
    See Also