PropertyTModel, TValueRegisterUpdater - метод |
Осуществляет регистрацию обработчика
Пространство имён:
Tessa.UI.Views.Charting.Properties
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисprotected void RegisterUpdater(
[NotNullAttribute] string propertyName,
[NotNullAttribute] Action updater
)
Protected Sub RegisterUpdater (
<NotNullAttribute> propertyName As String,
<NotNullAttribute> updater As Action
)
protected:
void RegisterUpdater(
[NotNullAttribute] String^ propertyName,
[NotNullAttribute] Action^ updater
)
member RegisterUpdater :
[<NotNullAttribute>] propertyName : string *
[<NotNullAttribute>] updater : Action -> unit
Параметры
- propertyName
- Тип: SystemString
Имя свойства
- updater
- Тип: SystemAction
Обработчик
См. также