INotifyPropertyChanging Interface
Definição
Notifica os clientes que um valor de propriedade está sendo alterado.Notifies clients that a property value is changing.
public interface class INotifyPropertyChanging
public interface INotifyPropertyChanging
type INotifyPropertyChanging = interface
Public Interface INotifyPropertyChanging
- Derivado
Comentários
A INotifyPropertyChanging interface é usada para notificar clientes, normalmente ligando clientes, de que um valor de propriedade está sendo alterado.The INotifyPropertyChanging interface is used to notify clients, typically binding clients, that a property value is changing.
INotifyPropertyChanging é introduzido na versão .NET Framework 3,5.INotifyPropertyChanging is introduced in the .NET Framework version 3.5. Para saber mais, confira Versões e dependências.For more information, see Versions and Dependencies.
Eventos
| PropertyChanging |
Ocorre quando um valor da propriedade está sendo alterado.Occurs when a property value is changing. |