Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal obj As IRemoteNotifyPropertyInfoChanged, _ ByVal callback As EventHandler(Of PropertyInfoChangedEventArgs) _ ) |
C# | |
---|---|
public NotifyPropertyInfoChangedWrapper( IRemoteNotifyPropertyInfoChanged obj, EventHandler<PropertyInfoChangedEventArgs> callback ) |
C++/CLI | |
---|---|
public: NotifyPropertyInfoChangedWrapper( IRemoteNotifyPropertyInfoChanged^ obj, EventHandler<PropertyInfoChangedEventArgs^>^ callback ) |
Parameters
- obj
- The remote object to monitor for PropertyInfoChanged events.
- callback
- A delegate of type EventHandler that will be invoked when any public property on obj changes.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)