Version

PerformAction Method

Performs the specified action and adds the resulting undo action into the undo history.
Syntax
'Declaration
 
Public Function PerformAction( _
   ByVal action As ActionHistory.ActionBase, _
   ByVal actionContext As Object _
) As Boolean
public bool PerformAction( 
   ActionHistory.ActionBase action,
   object actionContext
)

Parameters

action
The action to perform
actionContext
The content to provide to the action when it is performed.

Return Value

True if the action was performed; otherwise false is returned.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also