VeriStand .NET API Reference

Evaluation.PropertyChanged Event

Occurs when a property value changes.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Event PropertyChanged As PropertyChangedEventHandler
C#
public event PropertyChangedEventHandler PropertyChanged
Visual C++
public:
virtual  event PropertyChangedEventHandler^ PropertyChanged {
	void add (PropertyChangedEventHandler^ value);
	void remove (PropertyChangedEventHandler^ value);
}

Implements

INotifyPropertyChanged.PropertyChanged

See Also

Log in to get a better experience