RelationLoadHandler Delegate
Represents the method that handles the loading of data into a relation.
Namespace: Firefly.Box.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public delegate void RelationLoadHandler(
bool foundRow
)
Public Delegate Sub RelationLoadHandler (
foundRow As Boolean
)
type RelationLoadHandler =
delegate of
foundRow : bool -> unit
Parameters
- foundRow Boolean
- Whether the row was found or not