Partager via


EditingContext.Disposing, événement

Se produit lorsque la méthode Dispose est appelée.

Espace de noms :  Microsoft.Windows.Design
Assembly :  Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

EditingContext Classe

Microsoft.Windows.Design, espace de noms

ServiceManager

ContextItemManager

ContextItem

FeatureManager

Autres ressources

Architecture du contexte d'édition

Fonctionnement de l'extensibilité du Concepteur WPF