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包含事件数据的实例。

适用于