ItemPolicy.PolicyItemsChanged Event
Occurs when the policy changes.
Namespace: Microsoft.Windows.Design.Policies
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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>
JScript does not support events.
Remarks
The policy can raise this event itself by calling the OnPolicyItemsChanged method.
.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