WorkflowEventArgs Kelas

Definisi

Perhatian

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Menyediakan data untuk peristiwa alur kerja.

public ref class WorkflowEventArgs : EventArgs
public class WorkflowEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class WorkflowEventArgs : EventArgs
type WorkflowEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowEventArgs = class
    inherit EventArgs
Public Class WorkflowEventArgs
Inherits EventArgs
Warisan
WorkflowEventArgs
Turunan
Atribut

Keterangan

Note

Materi ini membahas jenis dan namespace yang usang. Untuk informasi selengkapnya, lihat jenis Deprecated di Windows Workflow Foundation 4.5.

Peristiwa alur kerja dikaitkan dengan instans alur kerja. berisi WorkflowEventArgs yang WorkflowInstance terkait dengan peristiwa alur kerja. Atau WorkflowEventArgs objek yang berasal dari WorkflowEventArgs kelas menyediakan data untuk semua peristiwa alur kerja di WorkflowRuntime kelas. WorkflowEventArgs adalah kelas dasar untuk WorkflowCompletedEventArgs, WorkflowSuspendedEventArgs, dan WorkflowTerminatedEventArgs.

Properti

Nama Deskripsi
WorkflowInstance
Kedaluwarsa.

Mendapatkan instans alur kerja yang terkait dengan peristiwa alur kerja.

Metode

Nama Deskripsi
Equals(Object)
Kedaluwarsa.

Menentukan apakah objek yang ditentukan sama dengan objek saat ini.

(Diperoleh dari Object)
GetHashCode()
Kedaluwarsa.

Berfungsi sebagai fungsi hash default.

(Diperoleh dari Object)
GetType()
Kedaluwarsa.

Mendapatkan Type instans saat ini.

(Diperoleh dari Object)
MemberwiseClone()
Kedaluwarsa.

Membuat salinan dangkal dari Objectsaat ini.

(Diperoleh dari Object)
ToString()
Kedaluwarsa.

Mengembalikan string yang mewakili objek saat ini.

(Diperoleh dari Object)

Berlaku untuk