Show / Hide Table of Contents

Interface IAllowCallBack

Namespace: GenerallyPositive.Application
Assembly: GPAL.dll
Syntax
public interface IAllowCallBack

Methods

CallAfterFillIn(Application.CallAfterFillInDelegate)

Declaration
IAllowAfterAnySelector CallAfterFillIn(Application.CallAfterFillInDelegate CallAfterFillIn)
Parameters
Type Name Description
Application.CallAfterFillInDelegate CallAfterFillIn
Returns
Type Description
IAllowAfterAnySelector

CallIfFound(Application.CallIfDelegate)

Declaration
IAllowAfterAnySelector CallIfFound(Application.CallIfDelegate CallIfFound)
Parameters
Type Name Description
Application.CallIfDelegate CallIfFound
Returns
Type Description
IAllowAfterAnySelector

CallIfNotFound(Application.CallIfDelegate)

Declaration
IAllowAfterAnySelector CallIfNotFound(Application.CallIfDelegate CallIfNotFound)
Parameters
Type Name Description
Application.CallIfDelegate CallIfNotFound
Returns
Type Description
IAllowAfterAnySelector
In This Article
Back to top Generated by DocFX