Handle::OnInitialize Method (HandleInitializationContext^)

.NET Framework (current version)
 

Called by the workflow runtime when the environment that contains the Handle is initialized.

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

protected:
virtual void OnInitialize(
	HandleInitializationContext^ context
)

Parameters

context
Type: System.Activities::HandleInitializationContext^

The environment in which the handle is being created.

.NET Framework
Available since 4.0
Return to top
Show: