ItemsControl.OnDisplayMemberPathChanged(String, String) Método

Definición

Se invoca cuando cambia la propiedad 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)

Parámetros

oldDisplayMemberPath
String

Valor antiguo de la propiedad DisplayMemberPath.

newDisplayMemberPath
String

Valor nuevo de la propiedad DisplayMemberPath.

Se aplica a