'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.
Property | Description |
---|---|
NewValue | Gets new name. |
PropertyName | Gets property name. |
See Also