Activity.ExecutingEvent 欄位

定義

代表針對DependencyProperty該事件的 ,Executing該事件發生於執行該活動時。

public: static initonly System::Workflow::ComponentModel::DependencyProperty ^ ExecutingEvent;
public static readonly System.Workflow.ComponentModel.DependencyProperty ExecutingEvent;
 staticval mutable ExecutingEvent : System.Workflow.ComponentModel.DependencyProperty
Public Shared ReadOnly ExecutingEvent As DependencyProperty 

欄位值

備註

你透過解決對應的相依屬性,間接存取這類公共財產和事件。 此依賴性質即為名為 XPropertyXEvent的公開靜態欄位,其中 X 為對應性質。

你透過解決對應的相依屬性,間接存取這類公共財產和事件。 這個依賴性質是公開的靜態欄位,名為 XPropertyXEvent,其中 X 是對應的性質。

適用於