WorkflowRuntime.WorkflowStarted Kejadian

Definisi

Terjadi ketika instans alur kerja telah dimulai.

public:
 event EventHandler<System::Workflow::Runtime::WorkflowEventArgs ^> ^ WorkflowStarted;
public event EventHandler<System.Workflow.Runtime.WorkflowEventArgs> WorkflowStarted;
member this.WorkflowStarted : EventHandler<System.Workflow.Runtime.WorkflowEventArgs> 
Public Custom Event WorkflowStarted As EventHandler(Of WorkflowEventArgs) 
Public Event WorkflowStarted As EventHandler(Of WorkflowEventArgs) 

Jenis Acara

Keterangan

Mesin run-time alur kerja meningkatkan peristiwa setelah instans WorkflowStarted alur kerja dimulai dengan menjadwalkan aktivitas akar untuk eksekusi. Untuk kejadian ini, pengirim berisi WorkflowRuntime dan WorkflowEventArgs berisi yang WorkflowInstance terkait dengan peristiwa.

Untuk informasi selengkapnya tentang menangani peristiwa, lihat Menangani dan meningkatkan peristiwa.

Berlaku untuk