Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the PolicyItemsChanged event.
Namespace: Microsoft.Windows.Design.Policies
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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
)
Parameters
- e
Type: Microsoft.Windows.Design.Policies.PolicyItemsChangedEventArgs
A PolicyItemsChangedEventArgs that contains the event data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Policies Namespace