ObservableObject クラス

定義

この型は、MS.VS.Shell.xx.dll から転送されます

public ref class ObservableObject : System::ComponentModel::INotifyPropertyChanged
[System.Runtime.Serialization.DataContract]
public class ObservableObject : System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.Serialization.DataContract>]
type ObservableObject = class
    interface INotifyPropertyChanged
Public Class ObservableObject
Implements INotifyPropertyChanged
継承
ObservableObject
派生
属性
実装

コンストラクター

ObservableObject()

ObservableObject クラスの新しいインスタンスを初期化します。

プロパティ

HasPropertyChangedEventSinks

このオブジェクト PropertyChanged のイベントにサブスクリプションがあるかどうかを示す値を返します。

メソッド

NotifyPropertyChanged(String)

プロパティが変更されたときに呼び出されるメソッド。

SetProperty(IntPtr, IntPtr, String)

この型は、MS.VS.Shell.xx.dll から転送されます

SetProperty(UIntPtr, UIntPtr, String)

この型は、MS.VS.Shell.xx.dll から転送されます

SetProperty<T>(T, T, Action, String)

値に対する変更を確認し、値が異なる場合は値を格納し、プロパティの変更を通知します。

SetProperty<T>(T, T, Action<T,T>, String)

値に対する変更を確認し、値が異なる場合は値を格納し、プロパティの変更を通知します。

SetProperty<T>(T, T, String)

値に対する変更を確認し、値が異なる場合は値を格納し、プロパティの変更を通知します。

イベント

PropertyChanged

プロパティが変更されたときに発生するイベント。

適用対象