WorkflowViewElement.OnInitialized(EventArgs) 方法

定义

引发 Initialized 事件。

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

注解

此虚方法的默认实现将引发上述事件。 重写应调用基实现来保留此行为。

适用于