TreeViewItemOnDisplayMemberPathChanged - метод |
Пространство имён:
Tessa.UI.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис protected virtual void OnDisplayMemberPathChanged(
string oldDisplayMemberPath,
string newDisplayMemberPath
)
Protected Overridable Sub OnDisplayMemberPathChanged (
oldDisplayMemberPath As String,
newDisplayMemberPath As String
)
protected:
virtual void OnDisplayMemberPathChanged(
String^ oldDisplayMemberPath,
String^ newDisplayMemberPath
)
abstract OnDisplayMemberPathChanged :
oldDisplayMemberPath : string *
newDisplayMemberPath : string -> unit
override OnDisplayMemberPathChanged :
oldDisplayMemberPath : string *
newDisplayMemberPath : string -> unit
Параметры
- oldDisplayMemberPath
- Тип: SystemString
- newDisplayMemberPath
- Тип: SystemString
См. также