Для изменения размера нажмите или перетащите

InputValueEditorManagerOpenEditor(IHashValueType, Object, String, CustomValidationDelegateKeyEditorViewModel, ActionIHashValueType, Object, String, Boolean, String) - метод

Пространство имён:  Tessa.UI.HashEditor
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public static void OpenEditor(
	IHashValueType hashValueType = null,
	Object value = null,
	string key = null,
	CustomValidationDelegate<KeyEditorViewModel> keyValidation = null,
	Action<IHashValueType, Object, string> onEditorSuccess = null,
	bool typeEditorEnabled = true,
	string title = null
)

Параметры

hashValueType (Optional)
Тип: Tessa.UI.HashEditor.TypesIHashValueType
value (Optional)
Тип: SystemObject
key (Optional)
Тип: SystemString
keyValidation (Optional)
Тип: Tessa.UI.HashEditor.EditorsCustomValidationDelegateKeyEditorViewModel
onEditorSuccess (Optional)
Тип: SystemActionIHashValueType, Object, String
typeEditorEnabled (Optional)
Тип: SystemBoolean
title (Optional)
Тип: SystemString
См. также