Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Private Event PropertyChanged As EventHandler
Implements IDataConnectionProperties.PropertyChanged
event EventHandler IDataConnectionProperties.PropertyChanged
private:
virtual event EventHandler^ PropertyChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
private abstract PropertyChanged : IEvent<EventHandler,
EventArgs>
private override PropertyChanged : IEvent<EventHandler,
EventArgs>
JScript does not support events.
Implements
IDataConnectionProperties.PropertyChanged
.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.