Action ModelImport.PostAction { get; }
An action that needs performed after removal. Note that the underlying DSObject will
have been removed from the tree, so this action will only be able to operate on object-
internal data. Interactions with other tree objects will cause undefined behavior.
Examples