AdoDotNetConnectionProperties.OnPropertyChanged Method

Raises the PropertyChanged event when a property changes in the data connection string.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Overridable Sub OnPropertyChanged ( _
    e As PropertyChangedEventArgs _
)
protected virtual void OnPropertyChanged(
    PropertyChangedEventArgs e
)
protected:
virtual void OnPropertyChanged(
    PropertyChangedEventArgs^ e
)
abstract OnPropertyChanged : 
        e:PropertyChangedEventArgs -> unit  
override OnPropertyChanged : 
        e:PropertyChangedEventArgs -> unit
protected function OnPropertyChanged(
    e : PropertyChangedEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace