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 实例。

适用于