Modifier

ActivityDesigner.OnExecuteDesignerAction(DesignerAction) Method

Definition

Notifies the ActivityDesigner when the user clicks on the configuration errors associated with the designer.

protected public:
 virtual void OnExecuteDesignerAction(System::Workflow::ComponentModel::Design::DesignerAction ^ designerAction);
protected internal virtual void OnExecuteDesignerAction (System.Workflow.ComponentModel.Design.DesignerAction designerAction);
abstract member OnExecuteDesignerAction : System.Workflow.ComponentModel.Design.DesignerAction -> unit
override this.OnExecuteDesignerAction : System.Workflow.ComponentModel.Design.DesignerAction -> unit
Protected Friend Overridable Sub OnExecuteDesignerAction (designerAction As DesignerAction)

Parameters

designerAction
DesignerAction

The DesignerAction associated with the configuration error.

Exceptions

designerAction contains a null reference (Nothing in Visual Basic).

Applies to