ItemsControl.OnDisplayMemberPathChanged(String, String) Metoda

Definice

Vyvolá se při DisplayMemberPath změně vlastnosti.

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

Stará hodnota DisplayMemberPath vlastnosti.

newDisplayMemberPath
String

Nová hodnota DisplayMemberPath vlastnosti.

Platí pro