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