Spread Windows Forms 12.0 Product Documentation
PropertyChanged Event (TableView)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableView Class : PropertyChanged Event
Occurs when the user changes a property of the table.
Syntax
'Declaration
 
Public Event PropertyChanged As TablePropertyChangedEventHandler
'Usage
 
Dim instance As TableView
Dim handler As TablePropertyChangedEventHandler
 
AddHandler instance.PropertyChanged, handler
public event TablePropertyChangedEventHandler PropertyChanged
See Also

Reference

TableView Class
TableView Members