WorkflowItemsPresenter.OnInitialized(EventArgs) Method

Definition

Invoked when a WorkflowItemsPresenter object is initialized. Implement this method in your derived class to add class handling for this 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 instance that contains the event data.

Applies to