ChildChangedEventArgs.PreviousChild プロパティ

定義

新しい値が割り当てられる前の Child プロパティの値を取得します。

public:
 property System::Object ^ PreviousChild { System::Object ^ get(); };
public object PreviousChild { get; }
member this.PreviousChild : obj
Public ReadOnly Property PreviousChild As Object

プロパティ値

Object

新しい値が割り当てられる前の Child プロパティの値。

適用対象

こちらもご覧ください