ViewCreatedEventArgs(WorkflowViewElement) Constructor

Definition

Initializes a new instance of the ViewCreatedEventArgs class with the specified workflow view element.

public:
 ViewCreatedEventArgs(System::Activities::Presentation::WorkflowViewElement ^ view);
public ViewCreatedEventArgs (System.Activities.Presentation.WorkflowViewElement view);
new System.Activities.Presentation.View.ViewCreatedEventArgs : System.Activities.Presentation.WorkflowViewElement -> System.Activities.Presentation.View.ViewCreatedEventArgs
Public Sub New (view As WorkflowViewElement)

Parameters

view
WorkflowViewElement

The workflow view element that is created.

Applies to