Click or drag to resize

GetControlHtmlMethod Delegate

Represents a method getting the html of a PFField control, loaded with the specified value.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public delegate Html GetControlHtmlMethod(
	PFField field,
	Object fieldValue
)

Parameters

field
Type: Packflow.CorePFField
fieldValue
Type: SystemObject

Return Value

Type: Html
See Also