Partilhar via


Evento ItemPolicy.PolicyItemsChanged

Ocorre quando a diretiva é alterado.

Namespace:  Microsoft.Windows.Design.Policies
Assembly:  Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)

Sintaxe

Public Event PolicyItemsChanged As EventHandler(Of PolicyItemsChangedEventArgs)

Dim instance As ItemPolicy
Dim handler As EventHandler(Of PolicyItemsChangedEventArgs)

AddHandler instance.PolicyItemsChanged, handler
public event EventHandler<PolicyItemsChangedEventArgs> PolicyItemsChanged
public:
 event EventHandler<PolicyItemsChangedEventArgs^>^ PolicyItemsChanged {
    void add (EventHandler<PolicyItemsChangedEventArgs^>^ value);
    void remove (EventHandler<PolicyItemsChangedEventArgs^>^ value);
}
O JScript não oferece suporte a eventos.

Comentários

A diretiva pode gerar este evento propriamente dito, chamando o OnPolicyItemsChanged método.

Permissões

Consulte também

Referência

ItemPolicy Classe

Membros ItemPolicy

Namespace Microsoft.Windows.Design.Policies

PrimarySelectionPolicy

SelectionPolicy

FeatureProvider

FeatureConnectorAttribute

Outros recursos

Recurso provedores e conectores de recursos

Noções básicas sobre extensibilidade Designer WPF