UndoManager Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public ref class UndoManager : System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::ICommand ^>
public class UndoManager : System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.ICommand>
type UndoManager = class
interface seq<ICommand>
interface IEnumerable
Public Class UndoManager
Implements IEnumerable(Of ICommand)
- Herencia
-
UndoManager
- Implementaciones
Constructores
| Nombre | Description |
|---|---|
| UndoManager(IDesignerHost) | |
Propiedades
| Nombre | Description |
|---|---|
| DocumentChanged | |
| RedoStack | |
| UndoStack | |
Métodos
Eventos
| Nombre | Description |
|---|---|
| ExceptionOccurred | |
| StateChanged | |
| StateChanging | |
Implementaciones de interfaz explícitas
| Nombre | Description |
|---|---|
| IEnumerable.GetEnumerator() | |
| IEnumerable<ICommand>.GetEnumerator() | |