SourceChangedEventArgs.OldParent プロパティ

定義

親が変更され、プレゼンテーション ソース情報が変更された要素の前の親を取得します。

public:
 property System::Windows::IInputElement ^ OldParent { System::Windows::IInputElement ^ get(); };
public System.Windows.IInputElement OldParent { get; }
member this.OldParent : System.Windows.IInputElement
Public ReadOnly Property OldParent As IInputElement

プロパティ値

前の親要素のソース。

適用対象