RequirementSubscription.RequirementChanged Event
Occurs when the requirement has changed.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Event RequirementChanged As EventHandler
public event EventHandler RequirementChanged
public:
event EventHandler^ RequirementChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member RequirementChanged : IEvent<EventHandler,
EventArgs>
JScript does not support events.
Remarks
Respond to this event by calling the MeetsRequirement method to query the requirement attribute if its requirements have been met.
.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 Namespace