Task.OnFocusDeactivated Method

Raises the FocusDeactivated event.

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

Syntax

'Declaration
Protected Overridable Sub OnFocusDeactivated ( _
    e As EventArgs _
)
protected virtual void OnFocusDeactivated(
    EventArgs e
)
protected:
virtual void OnFocusDeactivated(
    EventArgs^ e
)
abstract OnFocusDeactivated : 
        e:EventArgs -> unit 
override OnFocusDeactivated : 
        e:EventArgs -> unit 
protected function OnFocusDeactivated(
    e : EventArgs
)

Parameters

Remarks

This method notifies that this task has had its focus deactivated. This method is invoked both when the task is reverted and when it is completed.

.NET Framework Security

See Also

Reference

Task Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Tool Architecture

WPF Designer Extensibility