Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when a property value changes.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Event PropertyChanged As PropertyChangedEventHandler
'Usage
Dim instance As DataServiceStreamLink
Dim handler As PropertyChangedEventHandler
AddHandler instance.PropertyChanged, handler
public event PropertyChangedEventHandler PropertyChanged
public:
virtual event PropertyChangedEventHandler^ PropertyChanged {
void add (PropertyChangedEventHandler^ value);
void remove (PropertyChangedEventHandler^ value);
}
abstract PropertyChanged : IEvent<PropertyChangedEventHandler,
PropertyChangedEventArgs>
override PropertyChanged : IEvent<PropertyChangedEventHandler,
PropertyChangedEventArgs>
JScript supports the use of events, but not the declaration of new ones.
Implements
INotifyPropertyChanged.PropertyChanged