Compartir a través de


EditingContext.Disposing (Evento)

Se produce cuando se llama al método Dispose.

Espacio de nombres:  Microsoft.Windows.Design
Ensamblado:  Microsoft.Windows.Design.Extensibility (en Microsoft.Windows.Design.Extensibility.dll)

Sintaxis

'Declaración
Public Event Disposing As EventHandler
public event EventHandler Disposing
public:
 event EventHandler^ Disposing {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member Disposing : IEvent<EventHandler,
    EventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

EditingContext Clase

Microsoft.Windows.Design (Espacio de nombres)

ServiceManager

ContextItemManager

ContextItem

FeatureManager

Otros recursos

Arquitectura de contexto de edición

Introducción a la extensibilidad de WPF Designer