ItemsControl.OnDisplayMemberPathChanged(String, String) Metoda

Definicja

Wywoływane DisplayMemberPath po zmianie właściwości.

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)

Parametry

oldDisplayMemberPath
String

Stara wartość DisplayMemberPath właściwości.

newDisplayMemberPath
String

Nowa wartość DisplayMemberPath właściwości.

Dotyczy