PolicyAddedEventArgs Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides data for the PolicyAddedEventArgs event.
Namespace: Microsoft.Windows.Design.Policies
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Class PolicyAddedEventArgs _
Inherits EventArgs
'Usage
Dim instance As PolicyAddedEventArgs
public class PolicyAddedEventArgs : EventArgs
public ref class PolicyAddedEventArgs : public EventArgs
public class PolicyAddedEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Windows.Design.Policies.PolicyAddedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Policies Namespace