Task.OnCompleted Method

Raises the Completed event.

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

Syntax

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

Parameters

Remarks

This method notifies that this task has been completed.

.NET Framework Security

See Also

Reference

Task Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Tool Architecture

WPF Designer Extensibility