WorkflowRuntime.WorkflowCreated Kejadian

Definisi

Terjadi saat instans alur kerja dibuat.

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

Jenis Acara

Keterangan

Mesin run-time alur kerja meningkatkan peristiwa setelah instans alur kerja benar-benar dibangun tetapi sebelum aktivitas diproses WorkflowCreated . 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