WorkflowViewElement.OnInitialized(EventArgs) Method

Definition

Raises the Initialized event.

protected:
 override void OnInitialized(EventArgs ^ e);
protected override void OnInitialized (EventArgs e);
override this.OnInitialized : EventArgs -> unit
Protected Overrides Sub OnInitialized (e As EventArgs)

Parameters

e
EventArgs

The EventArgs that contains the event data.

Remarks

The default implementation of this virtual method raises the event as described above. Overrides should call the base implementation to preserve this behavior.

Applies to