Sdílet prostřednictvím


ItemPolicy.OnPolicyItemsChanged – metoda

Zvýší PolicyItemsChanged událostí.

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

Syntaxe

'Deklarace
Protected Overridable Sub OnPolicyItemsChanged ( _
    e As PolicyItemsChangedEventArgs _
)
protected virtual void OnPolicyItemsChanged(
    PolicyItemsChangedEventArgs e
)
protected:
virtual void OnPolicyItemsChanged(
    PolicyItemsChangedEventArgs^ e
)
abstract OnPolicyItemsChanged : 
        e:PolicyItemsChangedEventArgs -> unit 
override OnPolicyItemsChanged : 
        e:PolicyItemsChangedEventArgs -> unit 
protected function OnPolicyItemsChanged(
    e : PolicyItemsChangedEventArgs
)

Parametry

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