Property | Type | Description |
---|
Method | Description | |
---|---|---|
ITransactedModelEvent ( ModelTransaction transaction ) : void | ||
ModelValueChangeEvent ( ModelInstance instance, |
||
ToString ( ) : string |
Returns the description of the property value change.
|
Method | Description | |
---|---|---|
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 | |
return | void |
public ModelValueChangeEvent ( ModelInstance instance, |
||
instance | ModelInstance | |
property | ||
oldValue | object | |
newValue | object |