This documentation is archived and is not being maintained.

PolicyBase::PolicyStateChanged Event

Occurs when the state of the policy is changed.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
virtual   event PolicyStateChangedHandler^ PolicyStateChanged {
	void add (PolicyStateChangedHandler^ value);
	void remove (PolicyStateChangedHandler^ value);
}

Implements

IPolicyEvaluation::PolicyStateChanged

Show: