Encapsulates a method that takes no parameters and does not return a value.
| C# | Visual Basic |
public delegate void Action()
Public Delegate Sub Action
| In The Hand Action Delegate Namespaces ► InTheHand ► Action |
| C# | Visual Basic |
public delegate void Action()
Public Delegate Sub Action