PropertyValueMorphHelper Delegate
.NET Framework (current version)
Represents a delegate that is used to reference the method that handles type conversions for ModelItem property values.
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: