DataBus::PropertyChanged Event
Occurs when the property value of the DataBus control changes.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
public: event PropertyChangedEventHandler^ PropertyChanged { virtual void add(PropertyChangedEventHandler^ value) sealed; virtual void remove(PropertyChangedEventHandler^ value) sealed; }
Implements
INotifyPropertyChanged::PropertyChanged
Show: