PropertyValueMorphHelper Delegate

.NET Framework (current version)
 

Represents a delegate that is used to reference the method that handles type conversions for ModelItem property values.

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

public delegate Object^ PropertyValueMorphHelper(
	ModelItem^ originalValue,
	ModelProperty^ newModelProperty
)

Parameters

originalValue
Type: System.Activities.Presentation.Model::ModelItem^

The model item property value to convert to the new type.

newModelProperty
Type: System.Activities.Presentation.Model::ModelProperty^

The model item property whose type the originalValue needs to be converted to.

Return Value

Type: System::Object^

The converted property value.

.NET Framework
Available since 4.0
Return to top
Show: