PropertyChangedRegistration Constructor |
Namespace: Lawo.ComponentModel
public PropertyChangedRegistration( PropertyChangedEventHandler handler, params IProperty<INotifyPropertyChanged>[] properties )
Exception | Condition |
---|---|
ArgumentException | One or more elements of properties equal null. |
ArgumentNullException | handler and/or properties equal null. |