Partilhar via


Evento PropertyContainer.ActiveEditModeChanged

Ocorre quando o modo de edição ativo deste contêiner é alterado.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Comentários

Para obter mais informações sobre modos de edição ativo, consulte PropertyContainerEditMode.

Segurança do .NET Framework

Consulte também

Referência

PropertyContainer Classe

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura

Visão geral sobre propriedades de dependência