INotifyPropertyChanging Rozhraní

Definice

Upozorní klienty, že se mění hodnota vlastnosti.

public interface class INotifyPropertyChanging
public interface INotifyPropertyChanging
type INotifyPropertyChanging = interface
Public Interface INotifyPropertyChanging
Odvozené

Poznámky

Rozhraní INotifyPropertyChanging slouží k upozorňovat klienty, obvykle vazby klientů, že se mění hodnota vlastnosti.

INotifyPropertyChanging je zaveden v rozhraní .NET Framework verze 3.5. Další informace naleznete v tématu Verze a závislosti.

Událost

Name Description
PropertyChanging

Nastane při změně hodnoty vlastnosti.

Platí pro