UndoEngine::UndoUnit Methods
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Receives a call from the undo engine to close this unit. |
![]() | ComponentAdded(ComponentEventArgs^) | Receives a call from the UndoEngine in response to a ComponentAdded event. |
![]() | ComponentAdding(ComponentEventArgs^) | Receives a call from the UndoEngine in response to a ComponentAdding event. |
![]() | ComponentChanged(ComponentChangedEventArgs^) | Receives a call from the UndoEngine in response to a ComponentChanged event. |
![]() | ComponentChanging(ComponentChangingEventArgs^) | Receives a call from the UndoEngine in response to a ComponentChanging event. |
![]() | ComponentRemoved(ComponentEventArgs^) | Receives a call from the UndoEngine in response to a ComponentRemoved event. |
![]() | ComponentRemoving(ComponentEventArgs^) | Receives a call from the UndoEngine in response to a ComponentRemoving event. |
![]() | ComponentRename(ComponentRenameEventArgs^) | Receives a call from the UndoEngine in response to a ComponentRename event. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetService(Type^) | Gets an instance of the requested service. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a String that represents the current name of the unit.(Overrides Object::ToString().) |
![]() | Undo() | Performs an undo or redo action. |
![]() | UndoCore() | Called by Undo to perform an undo action. |

