WorkflowViewElement::OnInitialized Method (EventArgs^)

.NET Framework (current version)
 

Raises the Initialized 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 that contains the event data.

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

.NET Framework
Available since 4.0
Return to top
Show: