DataConnectionProperties.PropertyChanged Event
Event that fires on the occurrence of a change to a connection property.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Event PropertyChanged As DataConnectionPropertyChangedEventHandler
public event DataConnectionPropertyChangedEventHandler PropertyChanged
public:
event DataConnectionPropertyChangedEventHandler^ PropertyChanged {
void add (DataConnectionPropertyChangedEventHandler^ value);
void remove (DataConnectionPropertyChangedEventHandler^ value);
}
member PropertyChanged : IEvent<DataConnectionPropertyChangedEventHandler,
DataConnectionPropertyChangedEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.