Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / PropertyChanging Event


PropertyChanging Event (TableView)
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
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