Sdílet prostřednictvím


ItemPolicy.PolicyItemsChanged – událost

Vyvolá se při změně zásad.

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

Syntaxe

'Deklarace
Public Event PolicyItemsChanged As EventHandler(Of PolicyItemsChangedEventArgs)
public event EventHandler<PolicyItemsChangedEventArgs> PolicyItemsChanged
public:
 event EventHandler<PolicyItemsChangedEventArgs^>^ PolicyItemsChanged {
    void add (EventHandler<PolicyItemsChangedEventArgs^>^ value);
    void remove (EventHandler<PolicyItemsChangedEventArgs^>^ value);
}
member PolicyItemsChanged : IEvent<EventHandler<PolicyItemsChangedEventArgs>,
    PolicyItemsChangedEventArgs>
Jazyk JScript nepodporuje události.

Poznámky

Zásadu můžete zvýšit tuto událost sama voláním OnPolicyItemsChanged metody.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ItemPolicy Třída

Microsoft.Windows.Design.Policies – obor názvů

PrimarySelectionPolicy

SelectionPolicy

FeatureProvider

FeatureConnectorAttribute

Další zdroje

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility