RemovedSubtreeEntry Class

Definition

Represents information about a subtree removed from the object tree.

public class RemovedSubtreeEntry
type RemovedSubtreeEntry = class
Public Class RemovedSubtreeEntry
Inheritance
RemovedSubtreeEntry

Properties

LastParent

The object that RemovedObject was a child of before it was removed from the object tree. For example, if Table is removed from Model, then Model is the LastParent.

RemovedObject

Root of the removed subtree. For example, if Table is removed from Model, then Table is the RemovedObject.

Applies to