WorkflowItemsPresenter::OnInitialized Method (EventArgs^)

.NET Framework (current version)
 

Invoked when a WorkflowItemsPresenter object is initialized. Implement this method in your derived class to add class handling for this event.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

protected:
virtual void OnInitialized(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

The EventArgs instance that contains the event data.

.NET Framework
Available since 4.0
Return to top
Show: