Sdílet prostřednictvím


EditingContext.Disposing – událost

Dochází při Dispose je volána metoda.

Obor názvů:  Microsoft.Windows.Design
Sestavení:  Microsoft.Windows.Design.Extensibility (v Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Deklarace
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>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

EditingContext Třída

Microsoft.Windows.Design – obor názvů

ServiceManager

ContextItemManager

ContextItem

FeatureManager

Další zdroje

Editing Context Architecture

Understanding WPF Designer Extensibility