SourceChangedEventArgs.Element プロパティ

定義

親の変更によってプレゼンテーション ソース情報が変更する要素を取得します。

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

プロパティ値

IInputElement

変更を報告する要素。

適用対象