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
- e
Type: System.EventArgs
An EventArgs that contains the event data.
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
- 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.Interaction Namespace