DataConnectionProperties.OnPropertyChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the PropertyChanged event.
protected:
virtual void OnPropertyChanged(Microsoft::VisualStudio::Data::DataConnectionPropertyChangedEventArgs ^ e);
protected virtual void OnPropertyChanged (Microsoft.VisualStudio.Data.DataConnectionPropertyChangedEventArgs e);
abstract member OnPropertyChanged : Microsoft.VisualStudio.Data.DataConnectionPropertyChangedEventArgs -> unit
override this.OnPropertyChanged : Microsoft.VisualStudio.Data.DataConnectionPropertyChangedEventArgs -> unit
Protected Overridable Sub OnPropertyChanged (e As DataConnectionPropertyChangedEventArgs)
Parameters
A DataConnectionPropertyChangedEventArgs that contains the event data.