TrackingWorkflowChangedEventArgs.Changes Propriedade

Definição

Recebe as alterações que ocorreram na instância do workflow.

public:
 property System::Collections::Generic::IList<System::Workflow::ComponentModel::WorkflowChangeAction ^> ^ Changes { System::Collections::Generic::IList<System::Workflow::ComponentModel::WorkflowChangeAction ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.ComponentModel.WorkflowChangeAction> Changes { get; }
member this.Changes : System.Collections.Generic.IList<System.Workflow.ComponentModel.WorkflowChangeAction>
Public ReadOnly Property Changes As IList(Of WorkflowChangeAction)

Valor de Propriedade

Uma lista de WorkflowChangeAction objetos que especifica as alterações que ocorreram na instância do workflow.

Aplica-se a