'Declaration
Public Event PropertyChanged As TablePropertyChangedEventHandler
'Usage
Dim instance As TableView Dim handler As TablePropertyChangedEventHandler AddHandler instance.PropertyChanged, handler
public event TablePropertyChangedEventHandler PropertyChanged
Event Data
The event handler receives an argument of type TablePropertyChangedEventArgs containing data related to this event. The following TablePropertyChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
PropertyName | Gets property name. |
See Also