This class is a serializable version of the
System.ComponentModel.PropertyChangedEventArgs class, intended for internal use to propagate
System.ComponentModel.INotifyPropertyChanged.PropertyChanged events across the .NET remoting boundary.
Syntax
Visual Basic (Declaration) | |
---|
Public NotInheritable Class RemotePropertyChangedEventArgs
Inherits System.EventArgs |
C++/CLI | |
---|
public ref class RemotePropertyChangedEventArgs sealed : public System.EventArgs |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also