Spread Windows Forms 12.0 Product Documentation
PropertyChanging Event (TableView)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableView Class : PropertyChanging Event
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