UpdaterData.IsChangeTriggered
Method
Description:
Allows updater to check if specific change has happened to an element. Compares input type to the types that caused Updater::execute() to be triggered.
Allows updater to check if specific change has happened to an element. Compares input type to the types that caused Updater::execute() to be triggered.
Parameters
Parameter | Type | Description |
---|---|---|
id | ElementId | Id of element to check |
type | ChangeType | ChangeType to check |
Return Value
Type | Description |
---|---|
Boolean | True if ChangeType happened to specified element |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |