SelectionPolicy.OnDeactivated Method

Called when this policy is deactivated.

Namespace:  Microsoft.Windows.Design.Policies
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Protected Overrides Sub OnDeactivated
protected override void OnDeactivated()
protected:
virtual void OnDeactivated() override
abstract OnDeactivated : unit -> unit 
override OnDeactivated : unit -> unit 
protected override function OnDeactivated()

.NET Framework Security

See Also

Reference

SelectionPolicy Class

Microsoft.Windows.Design.Policies Namespace

ItemPolicy

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility