| ContentUndoHelper Methods | 
The ContentUndoHelper type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddContent | 
            Call this *after* adding a content. Undo will cause the content to be deleted.
             | 
|  | Dispose | |
|  | Dispose(Boolean) | |
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | (Overrides ObjectFinalize.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ModifyContent | 
             Call this before modifying or deleting a content. Undo will cause the content to be restored.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | TweakContent | 
            Call this before tweaking a single content parameter. Undo will cause the parameter to be restored.
             | 
 See Also
See Also