IPropertyRegistrationCallback Interface

.NET Framework (current version)
 

Allows a workflow execution property to provide custom registration and un-registration logic.

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

public interface class IPropertyRegistrationCallback

NameDescription
System_CAPS_pubmethodRegister(RegistrationContext^)

Called when a workflow execution property is added through Add. This provides a validation hook for the property.

System_CAPS_pubmethodUnregister(RegistrationContext^)

Called when a workflow execution property goes out of scope.

.NET Framework
Available since 4.0
Return to top
Show: