Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Stops forwarding change notifications. If the registration is intended to be permanent it is permissible to to never call Dispose. |
|
PropertyChangedRegistration ( PropertyChangedEventHandler handler ) : System |
Initializes a new instance of the PropertyChangedRegistration class. After construction, each change to one of the properties in properties is forwarded to handler until Dispose is called. |
Méthode | Description | |
---|---|---|
OnPropertyChanged ( object sender, |
public PropertyChangedRegistration ( PropertyChangedEventHandler handler ) : System | ||
handler | PropertyChangedEventHandler | The handler to which all change notifications are forwarded. |
Résultat | System |