PropertyTModel, TValueRegisterStateUpdater - метод
Осуществляет регистрацию обработчика изменения состояния свойств propertyNames
Пространство имён: Tessa.UI.Views.Charting.PropertiesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.24
public virtual void RegisterStateUpdater(
Action updater,
bool invokeAfterRegistration,
params string[] propertyNames
)
Public Overridable Sub RegisterStateUpdater (
updater As Action,
invokeAfterRegistration As Boolean,
ParamArray propertyNames As String()
)
public:
virtual void RegisterStateUpdater(
Action^ updater,
bool invokeAfterRegistration,
... array<String^>^ propertyNames
)
abstract RegisterStateUpdater :
updater : Action *
invokeAfterRegistration : bool *
propertyNames : string[] -> unit
override RegisterStateUpdater :
updater : Action *
invokeAfterRegistration : bool *
propertyNames : string[] -> unit
- updater Action
-
Вызываемый обработчик
- invokeAfterRegistration Boolean
-
Требуется вызывать метод после регистрации
- propertyNames String
-
Список имен свойств изменения которых отслеживаются или пустая строка для отслеживания всех
свойств
IPropertyRegisterStateUpdater(Action, Boolean, String)