Cannot use the built in Action delegate that doesn't return a parameter and receives no parameters in .NET 2.0 since the compiler says Using the generic type System.Action T requires 1 type arguments. This is a replacement delegate to solve this issue.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public delegate void PagerAction()
Visual Basic
Public Delegate Sub PagerAction
Visual C++
public delegate void PagerAction()
F#
type PagerAction = 
    delegate of unit -> unit

See Also