&tag(INotifyPropertyChanged);
*目次 [#d8940e75]
#contents
*参考情報 [#f172909d]

*定義 [#x1dc794c]
#pre{{
namespace System.ComponentModel
{
    // 概要:
    //     プロパティ値が変更されたことをクライアントに通知します。
    public interface INotifyPropertyChanged
    {
        // 概要:
        //     プロパティ値が変更されたときに発生します。
        event PropertyChangedEventHandler PropertyChanged;
    }
}
}}


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS