Share via


WorkflowItemsPresenter.OnInitialized(EventArgs) 方法

定義

在初始化 WorkflowItemsPresenter 物件時叫用。 在您的衍生類別中實作這個方法,即可為這個事件加入類別處理。

protected:
 override void OnInitialized(EventArgs ^ e);
protected override void OnInitialized (EventArgs e);
override this.OnInitialized : EventArgs -> unit
Protected Overrides Sub OnInitialized (e As EventArgs)

參數

e
EventArgs

EventArgs 執行個體,其中包含事件資料。

適用於