WorkflowItemsPresenter.OnInitialized(EventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在初始化 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)
参数
包含事件数据的 EventArgs
实例。