Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
ITransactedModelEvent ( ModelTransaction transaction ) : void | ||
ModelValueChangeEvent ( ModelInstance instance, |
||
ToString ( ) : string |
Returns the description of the property value change.
|
Метод | Описание | |
---|---|---|
OnMerge ( |
Merges a ModelValueChangeEvent into the current event.
|
|
OnNotify ( ) : void |
Notify subscribers that the property value has changed.
|
public ITransactedModelEvent ( ModelTransaction transaction ) : void | ||
transaction | ModelTransaction | |
Результат | void |
public ModelValueChangeEvent ( ModelInstance instance, |
||
instance | ModelInstance | |
property | ||
oldValue | object | |
newValue | object |