Condividi tramite


Evento PropertyContainer.ActiveEditModeChanged

Si verifica quando viene modificata la modalità di modifica attiva del contenitore.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Event ActiveEditModeChanged As EventHandler
public event EventHandler ActiveEditModeChanged
public:
 event EventHandler^ ActiveEditModeChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member ActiveEditModeChanged : IEvent<EventHandler,
    EventArgs>
JScript non supporta gli eventi.

Note

Per ulteriori informazioni sulle modalità di modifica attiva, vedere PropertyContainerEditMode.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyContainer Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà

Dependency Properties Overview