[Missing <summary> documentation for "E:CWS.Common.NDXInterface.NDX.GeServices.WSErrorInfo.PropertyChanged"]

Namespace:  CWS.Common.NDXInterface.NDX.GeServices
Assembly:  NDX (in NDX.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event PropertyChangedEventHandler PropertyChanged
Visual Basic (Declaration)
Public Event PropertyChanged As PropertyChangedEventHandler
Visual C++
public:
virtual  event PropertyChangedEventHandler^ PropertyChanged {
	void add (PropertyChangedEventHandler^ value);
	void remove (PropertyChangedEventHandler^ value);
}

Implements

INotifyPropertyChanged..::.PropertyChanged

See Also