Delegate BeforeItemCallback

BeforeItemCallback delegate

BeforeItemCallback is called before the next item is processed, the type of which depends on the task being performed.

public delegate void BeforeItemCallback(ItemCallbackArgs item);
ParameterTypeDescription
itemItemCallbackArgsThe item to be processed

See Also