Share via


ModelEditingScope.OnRevert Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Performs the actual revert of the editing scope.

Namespace:  System.Activities.Design.Model
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
Protected MustOverride Sub OnRevert ( _
    finalizing As Boolean _
)
'Usage
Dim finalizing As Boolean

Me.OnRevert(finalizing)
protected abstract void OnRevert(
    bool finalizing
)
protected:
virtual void OnRevert(
    bool finalizing
) abstract
protected abstract function OnRevert(
    finalizing : boolean
)
abstract OnRevert : 
        finalizing:bool -> unit 

Parameters

  • finalizing
    Type: System.Boolean
    Determines whether the abort is occurring because the object is being finalized. Some undo systems might attempt to abort in this case, while others might abandon the change and record it as a reactive undo operation.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

ModelEditingScope Class

ModelEditingScope Members

System.Activities.Design.Model Namespace