Element.GetChangeTypeElementDeletion
Description:
Returns ChangeType associated with element deletion.
Returns ChangeType associated with element deletion.
Remarks:
ChangeType that can be used to define a trigger for an Updater, Use this change type to trigger an Updater on the deletion of elements from a document. Note: This change type will not trigger on changes caused by Undo and Redo.
ChangeType that can be used to define a trigger for an Updater, Use this change type to trigger an Updater on the deletion of elements from a document. Note: This change type will not trigger on changes caused by Undo and Redo.
public static ChangeType GetChangeTypeElementDeletion()
ChangeType
ChangeType that can be used to define a trigger for an Updater,
triggering on element deletion.