ActivityPreviewDesigner.Initialize(Activity) Method

Definition

Initializes the designer used by the specified activity.

protected:
 override void Initialize(System::Workflow::ComponentModel::Activity ^ activity);
protected override void Initialize (System.Workflow.ComponentModel.Activity activity);
override this.Initialize : System.Workflow.ComponentModel.Activity -> unit
Protected Overrides Sub Initialize (activity As Activity)

Parameters

activity
Activity

The Activity for which to initialize the designer.

Remarks

This sets up listening to the selection change event for the activity designer associated with activity.

Applies to