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
'Usage
Dim instance As DataConnectionProperties
Dim handler As DataConnectionPropertyChangedEventHandler
AddHandler instance.PropertyChanged, handler
public event DataConnectionPropertyChangedEventHandler PropertyChanged
public:
event DataConnectionPropertyChangedEventHandler^ PropertyChanged {
void add (DataConnectionPropertyChangedEventHandler^ value);
void remove (DataConnectionPropertyChangedEventHandler^ value);
}
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.
See Also
Reference
DataConnectionProperties Class