Share via


Task.OnReverted Method

Raises the Reverted event.

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

Syntax

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

Parameters

Remarks

This method notifies that this task has been aborted.

.NET Framework Security

See Also

Reference

Task Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Tool Architecture

WPF Designer Extensibility