Click or drag to resize
Action Delegate
Encapsulates a method that has no parameters and does not return a value.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public delegate void Action()
See Also