INotifyPropertyChanging Interfaz

Definición

Notifica a los clientes que un valor de propiedad está cambiando.

public interface class INotifyPropertyChanging
public interface INotifyPropertyChanging
type INotifyPropertyChanging = interface
Public Interface INotifyPropertyChanging
Derivado

Comentarios

La INotifyPropertyChanging interfaz se usa para notificar a los clientes, normalmente enlazando clientes, que un valor de propiedad está cambiando.

INotifyPropertyChanging se introduce en .NET Framework versión 3.5. Para más información, vea Versiones y dependencias.

Eventos

PropertyChanging

Se produce cuando un valor de propiedad está cambiando.

Se aplica a