ViewCreatedEventArgs(WorkflowViewElement) Construtor
Definição
Inicializa uma nova instância da classe ViewCreatedEventArgs com o elemento de exibição do fluxo de trabalho especificado.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)
Parâmetros
- view
- WorkflowViewElement
O elemento de exibição do fluxo de trabalho que é criado.The workflow view element that is created.