UpdaterData.IsChangeTriggered
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.
public bool IsChangeTriggered(
ElementId id,
ChangeType type
)
-
idId of element to check
-
typeChangeType to check
-
A non-optional argument was null