ItemsControl.OnDisplayMemberPathChanged(String, String) メソッド

定義

DisplayMemberPath プロパティが変更された時点で呼び出されます。

protected:
 virtual void OnDisplayMemberPathChanged(System::String ^ oldDisplayMemberPath, System::String ^ newDisplayMemberPath);
protected virtual void OnDisplayMemberPathChanged (string oldDisplayMemberPath, string newDisplayMemberPath);
abstract member OnDisplayMemberPathChanged : string * string -> unit
override this.OnDisplayMemberPathChanged : string * string -> unit
Protected Overridable Sub OnDisplayMemberPathChanged (oldDisplayMemberPath As String, newDisplayMemberPath As String)

パラメーター

oldDisplayMemberPath
String

DisplayMemberPath プロパティの古い値。

newDisplayMemberPath
String

DisplayMemberPath プロパティの新しい値。

適用対象