| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal obj As IRemoteNotifyPropertyChanged _ ) | |
| C# | |
|---|---|
public NotifyPropertyChangedWrapper( IRemoteNotifyPropertyChanged obj ) | |
| C++/CLI | |
|---|---|
public: NotifyPropertyChangedWrapper( IRemoteNotifyPropertyChanged^ obj ) | |
Parameters
- obj
- The remote object to monitor for PropertyChanged events.
When using this constructor, monitoring of the remote object will not start until a handler is connected to the PropertyChanged event exposed by this wrapper.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)