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 속성의 새 값입니다.

적용 대상