ItemsControl.OnDisplayMemberPathChanged(String, String) Metodo

Definizione

Richiamato quando la proprietà DisplayMemberPath cambia.

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)

Parametri

oldDisplayMemberPath
String

Valore precedente della proprietà DisplayMemberPath.

newDisplayMemberPath
String

Nuovo valore della proprietà DisplayMemberPath.

Si applica a