Click or drag to resize

WebFormBlockObjectFinderSearchType Delegate

Represents a method that tries to find an object of type SearchType in a block.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public delegate SearchType WebFormBlockObjectFinder<SearchType>(
	WebFormBlock block
)

Parameters

block
Type: Packflow.ModelingWebFormBlock

Type Parameters

SearchType

Return Value

Type: SearchType
See Also